-
Sometimes register tx fails with gas required exceeds allowance or always failing transaction. Not often though. Interesting that it fails even for wrong result (which is the same for each task, maybe…
-
Hello,
I was working through the tutorial https://developer.dharma.io/tutorials/create
dharma-chain running on 8545
```
const { Dharma, Web3 } = require("@dharmaprotocol/dharma.js");
const …
-
While we're at it - maybe we could break this code up a bit, there's a lot happening in single lines, which makes it hard to tell which operation is actually erroring.
Sentry Issue: [TALISMAN-EXTENSI…
-
```js
> data = '0x8be85aa800000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000…
-
I get the following errors on compile, though they do go away if I keep running the compile...
/Users/.../Documents/Arduino/libraries/BigNumber/number.c: In function 'bc_str2num':
/Users/.../Docum…
-
When deploying a contract with `l2ethers` to a local `optimism-integration` OVM node, a failing deployment is reported as successful.
*Test code excerpt*:
```js
const ideaTokenExchange = await Id…
-
Consider following config:
```ts
export default defineConfig({
contracts: {
mainnet: {
bancorCollection: '0xEC9596e0eB67228d61a12CfdB4b3608281F261b3',
},
},
})
```
Now …
-
Currently we generate event types like this:
```typescript
export type Event3_bool_uint256_Event = TypedEvent<
[boolean, BigNumber],
{ value1: boolean; value2: BigNumber }
>;
```
This i…
-
known related issues / PRs:
- https://github.com/aeternity/aepp-sdk-js/issues/1251
- https://github.com/aeternity/aepp-sdk-js/pull/1259
we should maybe also consult with @dincho here.
-
chain ID = 1
flashbots_relay_endpoint = https://relay.flashbots.net/
nft value = 0.026
transaction: {
chainId: 1,
type: 2,
value: [BigNumber],
data: '0xe9ae9e510000000000000000000000000000000…