@yodlpay/tokenlists 0.9.0-alpha.9 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis-ts/YodlRouterV0.9.abi.d.ts +389 -513
- package/dist/chainlist-v1.json +6 -6
- package/dist/fiatCurrencies.json +7 -1
- package/dist/index.d.ts +389 -513
- package/dist/tokenlist-featured.json +554 -155
- package/dist/tokenlist-generated.json +25 -13
- package/dist/tokenlists.cjs.development.js +758 -942
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +768 -954
- package/dist/tokenlists.esm.js.map +1 -1
- package/dist/types.d.ts +2 -14
- package/package.json +2 -2
|
@@ -5112,1106 +5112,982 @@ var yodlRouterAbiV08 = [{
|
|
|
5112
5112
|
}];
|
|
5113
5113
|
|
|
5114
5114
|
var yodlRouterAbiV09 = [{
|
|
5115
|
-
type: 'constructor',
|
|
5116
5115
|
inputs: [],
|
|
5117
|
-
stateMutability: 'nonpayable'
|
|
5116
|
+
stateMutability: 'nonpayable',
|
|
5117
|
+
type: 'constructor'
|
|
5118
5118
|
}, {
|
|
5119
|
-
|
|
5120
|
-
|
|
5119
|
+
inputs: [],
|
|
5120
|
+
name: 'ECDSAInvalidSignature',
|
|
5121
|
+
type: 'error'
|
|
5122
|
+
}, {
|
|
5123
|
+
inputs: [{
|
|
5124
|
+
internalType: 'uint256',
|
|
5125
|
+
name: 'length',
|
|
5126
|
+
type: 'uint256'
|
|
5127
|
+
}],
|
|
5128
|
+
name: 'ECDSAInvalidSignatureLength',
|
|
5129
|
+
type: 'error'
|
|
5130
|
+
}, {
|
|
5131
|
+
inputs: [{
|
|
5132
|
+
internalType: 'bytes32',
|
|
5133
|
+
name: 's',
|
|
5134
|
+
type: 'bytes32'
|
|
5135
|
+
}],
|
|
5136
|
+
name: 'ECDSAInvalidSignatureS',
|
|
5137
|
+
type: 'error'
|
|
5121
5138
|
}, {
|
|
5122
|
-
type: 'function',
|
|
5123
|
-
name: 'CHAINLINK_FEED',
|
|
5124
5139
|
inputs: [],
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5140
|
+
name: 'ReentrancyGuardReentrantCall',
|
|
5141
|
+
type: 'error'
|
|
5142
|
+
}, {
|
|
5143
|
+
anonymous: false,
|
|
5144
|
+
inputs: [{
|
|
5145
|
+
indexed: true,
|
|
5146
|
+
internalType: 'address',
|
|
5147
|
+
name: 'priceFeed0',
|
|
5148
|
+
type: 'address'
|
|
5149
|
+
}, {
|
|
5150
|
+
indexed: true,
|
|
5151
|
+
internalType: 'address',
|
|
5152
|
+
name: 'priceFeed1',
|
|
5153
|
+
type: 'address'
|
|
5154
|
+
}, {
|
|
5155
|
+
indexed: false,
|
|
5156
|
+
internalType: 'int256',
|
|
5157
|
+
name: 'exchangeRate0',
|
|
5158
|
+
type: 'int256'
|
|
5159
|
+
}, {
|
|
5160
|
+
indexed: false,
|
|
5161
|
+
internalType: 'int256',
|
|
5162
|
+
name: 'exchangeRate1',
|
|
5163
|
+
type: 'int256'
|
|
5129
5164
|
}],
|
|
5130
|
-
|
|
5165
|
+
name: 'Convert',
|
|
5166
|
+
type: 'event'
|
|
5167
|
+
}, {
|
|
5168
|
+
anonymous: false,
|
|
5169
|
+
inputs: [{
|
|
5170
|
+
indexed: true,
|
|
5171
|
+
internalType: 'string',
|
|
5172
|
+
name: 'currency0',
|
|
5173
|
+
type: 'string'
|
|
5174
|
+
}, {
|
|
5175
|
+
indexed: true,
|
|
5176
|
+
internalType: 'address',
|
|
5177
|
+
name: 'priceFeed1',
|
|
5178
|
+
type: 'address'
|
|
5179
|
+
}, {
|
|
5180
|
+
indexed: false,
|
|
5181
|
+
internalType: 'int256',
|
|
5182
|
+
name: 'exchangeRate0',
|
|
5183
|
+
type: 'int256'
|
|
5184
|
+
}, {
|
|
5185
|
+
indexed: false,
|
|
5186
|
+
internalType: 'int256',
|
|
5187
|
+
name: 'exchangeRate1',
|
|
5188
|
+
type: 'int256'
|
|
5189
|
+
}],
|
|
5190
|
+
name: 'ConvertWithExternalRate',
|
|
5191
|
+
type: 'event'
|
|
5192
|
+
}, {
|
|
5193
|
+
anonymous: false,
|
|
5194
|
+
inputs: [{
|
|
5195
|
+
indexed: true,
|
|
5196
|
+
internalType: 'address',
|
|
5197
|
+
name: 'sender',
|
|
5198
|
+
type: 'address'
|
|
5199
|
+
}, {
|
|
5200
|
+
indexed: true,
|
|
5201
|
+
internalType: 'address',
|
|
5202
|
+
name: 'receiver',
|
|
5203
|
+
type: 'address'
|
|
5204
|
+
}, {
|
|
5205
|
+
indexed: false,
|
|
5206
|
+
internalType: 'address',
|
|
5207
|
+
name: 'token',
|
|
5208
|
+
type: 'address'
|
|
5209
|
+
}, {
|
|
5210
|
+
indexed: false,
|
|
5211
|
+
internalType: 'uint256',
|
|
5212
|
+
name: 'amount',
|
|
5213
|
+
type: 'uint256'
|
|
5214
|
+
}, {
|
|
5215
|
+
indexed: false,
|
|
5216
|
+
internalType: 'uint256',
|
|
5217
|
+
name: 'fees',
|
|
5218
|
+
type: 'uint256'
|
|
5219
|
+
}, {
|
|
5220
|
+
indexed: false,
|
|
5221
|
+
internalType: 'bytes32',
|
|
5222
|
+
name: 'memo',
|
|
5223
|
+
type: 'bytes32'
|
|
5224
|
+
}],
|
|
5225
|
+
name: 'Yodl',
|
|
5226
|
+
type: 'event'
|
|
5227
|
+
}, {
|
|
5228
|
+
anonymous: false,
|
|
5229
|
+
inputs: [{
|
|
5230
|
+
indexed: true,
|
|
5231
|
+
internalType: 'address',
|
|
5232
|
+
name: 'sender',
|
|
5233
|
+
type: 'address'
|
|
5234
|
+
}, {
|
|
5235
|
+
indexed: true,
|
|
5236
|
+
internalType: 'address',
|
|
5237
|
+
name: 'receiver',
|
|
5238
|
+
type: 'address'
|
|
5239
|
+
}, {
|
|
5240
|
+
indexed: true,
|
|
5241
|
+
internalType: 'uint256',
|
|
5242
|
+
name: 'amount',
|
|
5243
|
+
type: 'uint256'
|
|
5244
|
+
}],
|
|
5245
|
+
name: 'YodlNativeTokenTransfer',
|
|
5246
|
+
type: 'event'
|
|
5131
5247
|
}, {
|
|
5132
|
-
type: 'function',
|
|
5133
|
-
name: 'EXTERNAL_FEED',
|
|
5134
5248
|
inputs: [],
|
|
5249
|
+
name: 'CHAINLINK_FEED',
|
|
5135
5250
|
outputs: [{
|
|
5251
|
+
internalType: 'int8',
|
|
5136
5252
|
name: '',
|
|
5137
|
-
type: 'int8'
|
|
5138
|
-
internalType: 'int8'
|
|
5253
|
+
type: 'int8'
|
|
5139
5254
|
}],
|
|
5140
|
-
stateMutability: 'view'
|
|
5255
|
+
stateMutability: 'view',
|
|
5256
|
+
type: 'function'
|
|
5141
5257
|
}, {
|
|
5142
|
-
type: 'function',
|
|
5143
|
-
name: 'MAX_CONVENIENCE_FEE_BPS',
|
|
5144
5258
|
inputs: [],
|
|
5259
|
+
name: 'EXTERNAL_FEED',
|
|
5145
5260
|
outputs: [{
|
|
5261
|
+
internalType: 'int8',
|
|
5146
5262
|
name: '',
|
|
5147
|
-
type: '
|
|
5148
|
-
internalType: 'uint256'
|
|
5263
|
+
type: 'int8'
|
|
5149
5264
|
}],
|
|
5150
|
-
stateMutability: 'view'
|
|
5265
|
+
stateMutability: 'view',
|
|
5266
|
+
type: 'function'
|
|
5151
5267
|
}, {
|
|
5152
|
-
type: 'function',
|
|
5153
|
-
name: 'MAX_EXTRA_FEE_BPS',
|
|
5154
5268
|
inputs: [],
|
|
5269
|
+
name: 'MAX_EXTRA_FEE_BPS',
|
|
5155
5270
|
outputs: [{
|
|
5271
|
+
internalType: 'uint256',
|
|
5156
5272
|
name: '',
|
|
5157
|
-
type: 'uint256'
|
|
5158
|
-
internalType: 'uint256'
|
|
5273
|
+
type: 'uint256'
|
|
5159
5274
|
}],
|
|
5160
|
-
stateMutability: 'view'
|
|
5275
|
+
stateMutability: 'view',
|
|
5276
|
+
type: 'function'
|
|
5161
5277
|
}, {
|
|
5162
|
-
type: 'function',
|
|
5163
|
-
name: 'NATIVE_TOKEN',
|
|
5164
5278
|
inputs: [],
|
|
5279
|
+
name: 'NATIVE_TOKEN',
|
|
5165
5280
|
outputs: [{
|
|
5281
|
+
internalType: 'address',
|
|
5166
5282
|
name: '',
|
|
5167
|
-
type: 'address'
|
|
5168
|
-
internalType: 'address'
|
|
5283
|
+
type: 'address'
|
|
5169
5284
|
}],
|
|
5170
|
-
stateMutability: 'view'
|
|
5285
|
+
stateMutability: 'view',
|
|
5286
|
+
type: 'function'
|
|
5171
5287
|
}, {
|
|
5172
|
-
type: 'function',
|
|
5173
|
-
name: 'NULL_FEED',
|
|
5174
5288
|
inputs: [],
|
|
5289
|
+
name: 'NULL_FEED',
|
|
5175
5290
|
outputs: [{
|
|
5291
|
+
internalType: 'int8',
|
|
5176
5292
|
name: '',
|
|
5177
|
-
type: 'int8'
|
|
5178
|
-
internalType: 'int8'
|
|
5293
|
+
type: 'int8'
|
|
5179
5294
|
}],
|
|
5180
|
-
stateMutability: 'view'
|
|
5295
|
+
stateMutability: 'view',
|
|
5296
|
+
type: 'function'
|
|
5181
5297
|
}, {
|
|
5182
|
-
type: 'function',
|
|
5183
|
-
name: 'RATE_VERIFIER',
|
|
5184
5298
|
inputs: [],
|
|
5299
|
+
name: 'RATE_VERIFIER',
|
|
5185
5300
|
outputs: [{
|
|
5301
|
+
internalType: 'address',
|
|
5186
5302
|
name: '',
|
|
5187
|
-
type: 'address'
|
|
5188
|
-
internalType: 'address'
|
|
5303
|
+
type: 'address'
|
|
5189
5304
|
}],
|
|
5190
|
-
stateMutability: 'view'
|
|
5305
|
+
stateMutability: 'view',
|
|
5306
|
+
type: 'function'
|
|
5191
5307
|
}, {
|
|
5192
|
-
type: 'function',
|
|
5193
|
-
name: 'acrossSpokePool',
|
|
5194
5308
|
inputs: [],
|
|
5309
|
+
name: 'acrossSpokePool',
|
|
5195
5310
|
outputs: [{
|
|
5311
|
+
internalType: 'contract V3SpokePoolInterface',
|
|
5196
5312
|
name: '',
|
|
5197
|
-
type: 'address'
|
|
5198
|
-
internalType: 'contract V3SpokePoolInterface'
|
|
5313
|
+
type: 'address'
|
|
5199
5314
|
}],
|
|
5200
|
-
stateMutability: 'view'
|
|
5315
|
+
stateMutability: 'view',
|
|
5316
|
+
type: 'function'
|
|
5201
5317
|
}, {
|
|
5202
|
-
type: 'function',
|
|
5203
|
-
name: 'calculateFee',
|
|
5204
5318
|
inputs: [{
|
|
5319
|
+
internalType: 'uint256',
|
|
5205
5320
|
name: 'amount',
|
|
5206
|
-
type: 'uint256'
|
|
5207
|
-
internalType: 'uint256'
|
|
5321
|
+
type: 'uint256'
|
|
5208
5322
|
}, {
|
|
5323
|
+
internalType: 'uint256',
|
|
5209
5324
|
name: 'feeBps',
|
|
5210
|
-
type: 'uint256'
|
|
5211
|
-
internalType: 'uint256'
|
|
5325
|
+
type: 'uint256'
|
|
5212
5326
|
}],
|
|
5327
|
+
name: 'calculateFee',
|
|
5213
5328
|
outputs: [{
|
|
5329
|
+
internalType: 'uint256',
|
|
5214
5330
|
name: '',
|
|
5215
|
-
type: 'uint256'
|
|
5216
|
-
internalType: 'uint256'
|
|
5331
|
+
type: 'uint256'
|
|
5217
5332
|
}],
|
|
5218
|
-
stateMutability: 'pure'
|
|
5333
|
+
stateMutability: 'pure',
|
|
5334
|
+
type: 'function'
|
|
5219
5335
|
}, {
|
|
5220
|
-
type: 'function',
|
|
5221
|
-
name: 'curveRouter',
|
|
5222
5336
|
inputs: [],
|
|
5337
|
+
name: 'curveRouter',
|
|
5223
5338
|
outputs: [{
|
|
5339
|
+
internalType: 'contract ICurveRouterNG',
|
|
5224
5340
|
name: '',
|
|
5225
|
-
type: 'address'
|
|
5226
|
-
internalType: 'contract ICurveRouterNG'
|
|
5341
|
+
type: 'address'
|
|
5227
5342
|
}],
|
|
5228
|
-
stateMutability: 'view'
|
|
5343
|
+
stateMutability: 'view',
|
|
5344
|
+
type: 'function'
|
|
5229
5345
|
}, {
|
|
5230
|
-
type: 'function',
|
|
5231
|
-
name: 'emitConversionEvent',
|
|
5232
5346
|
inputs: [{
|
|
5233
|
-
name: 'priceFeeds',
|
|
5234
|
-
type: 'tuple[2]',
|
|
5235
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5236
5347
|
components: [{
|
|
5348
|
+
internalType: 'address',
|
|
5237
5349
|
name: 'feedAddress',
|
|
5238
|
-
type: 'address'
|
|
5239
|
-
internalType: 'address'
|
|
5350
|
+
type: 'address'
|
|
5240
5351
|
}, {
|
|
5352
|
+
internalType: 'int8',
|
|
5241
5353
|
name: 'feedType',
|
|
5242
|
-
type: 'int8'
|
|
5243
|
-
internalType: 'int8'
|
|
5354
|
+
type: 'int8'
|
|
5244
5355
|
}, {
|
|
5356
|
+
internalType: 'string',
|
|
5245
5357
|
name: 'currency',
|
|
5246
|
-
type: 'string'
|
|
5247
|
-
internalType: 'string'
|
|
5358
|
+
type: 'string'
|
|
5248
5359
|
}, {
|
|
5360
|
+
internalType: 'uint256',
|
|
5249
5361
|
name: 'amount',
|
|
5250
|
-
type: 'uint256'
|
|
5251
|
-
internalType: 'uint256'
|
|
5362
|
+
type: 'uint256'
|
|
5252
5363
|
}, {
|
|
5364
|
+
internalType: 'uint256',
|
|
5253
5365
|
name: 'deadline',
|
|
5254
|
-
type: 'uint256'
|
|
5255
|
-
internalType: 'uint256'
|
|
5366
|
+
type: 'uint256'
|
|
5256
5367
|
}, {
|
|
5368
|
+
internalType: 'bytes',
|
|
5257
5369
|
name: 'signature',
|
|
5258
|
-
type: 'bytes'
|
|
5259
|
-
|
|
5260
|
-
|
|
5370
|
+
type: 'bytes'
|
|
5371
|
+
}],
|
|
5372
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5373
|
+
name: 'priceFeeds',
|
|
5374
|
+
type: 'tuple[2]'
|
|
5261
5375
|
}, {
|
|
5376
|
+
internalType: 'int256[2]',
|
|
5262
5377
|
name: 'prices',
|
|
5263
|
-
type: 'int256[2]'
|
|
5264
|
-
internalType: 'int256[2]'
|
|
5378
|
+
type: 'int256[2]'
|
|
5265
5379
|
}],
|
|
5380
|
+
name: 'emitConversionEvent',
|
|
5266
5381
|
outputs: [],
|
|
5267
|
-
stateMutability: 'nonpayable'
|
|
5382
|
+
stateMutability: 'nonpayable',
|
|
5383
|
+
type: 'function'
|
|
5268
5384
|
}, {
|
|
5269
|
-
type: 'function',
|
|
5270
|
-
name: 'exchangeRate',
|
|
5271
5385
|
inputs: [{
|
|
5272
|
-
name: 'priceFeeds',
|
|
5273
|
-
type: 'tuple[2]',
|
|
5274
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5275
5386
|
components: [{
|
|
5387
|
+
internalType: 'address',
|
|
5276
5388
|
name: 'feedAddress',
|
|
5277
|
-
type: 'address'
|
|
5278
|
-
internalType: 'address'
|
|
5389
|
+
type: 'address'
|
|
5279
5390
|
}, {
|
|
5391
|
+
internalType: 'int8',
|
|
5280
5392
|
name: 'feedType',
|
|
5281
|
-
type: 'int8'
|
|
5282
|
-
internalType: 'int8'
|
|
5393
|
+
type: 'int8'
|
|
5283
5394
|
}, {
|
|
5395
|
+
internalType: 'string',
|
|
5284
5396
|
name: 'currency',
|
|
5285
|
-
type: 'string'
|
|
5286
|
-
internalType: 'string'
|
|
5397
|
+
type: 'string'
|
|
5287
5398
|
}, {
|
|
5399
|
+
internalType: 'uint256',
|
|
5288
5400
|
name: 'amount',
|
|
5289
|
-
type: 'uint256'
|
|
5290
|
-
internalType: 'uint256'
|
|
5401
|
+
type: 'uint256'
|
|
5291
5402
|
}, {
|
|
5403
|
+
internalType: 'uint256',
|
|
5292
5404
|
name: 'deadline',
|
|
5293
|
-
type: 'uint256'
|
|
5294
|
-
internalType: 'uint256'
|
|
5405
|
+
type: 'uint256'
|
|
5295
5406
|
}, {
|
|
5407
|
+
internalType: 'bytes',
|
|
5296
5408
|
name: 'signature',
|
|
5297
|
-
type: 'bytes'
|
|
5298
|
-
|
|
5299
|
-
|
|
5409
|
+
type: 'bytes'
|
|
5410
|
+
}],
|
|
5411
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5412
|
+
name: 'priceFeeds',
|
|
5413
|
+
type: 'tuple[2]'
|
|
5300
5414
|
}, {
|
|
5415
|
+
internalType: 'uint256',
|
|
5301
5416
|
name: 'amount',
|
|
5302
|
-
type: 'uint256'
|
|
5303
|
-
internalType: 'uint256'
|
|
5417
|
+
type: 'uint256'
|
|
5304
5418
|
}],
|
|
5419
|
+
name: 'exchangeRate',
|
|
5305
5420
|
outputs: [{
|
|
5421
|
+
internalType: 'uint256',
|
|
5306
5422
|
name: 'converted',
|
|
5307
|
-
type: 'uint256'
|
|
5308
|
-
internalType: 'uint256'
|
|
5423
|
+
type: 'uint256'
|
|
5309
5424
|
}, {
|
|
5425
|
+
internalType: 'address[2]',
|
|
5310
5426
|
name: 'priceFeedsUsed',
|
|
5311
|
-
type: 'address[2]'
|
|
5312
|
-
internalType: 'address[2]'
|
|
5427
|
+
type: 'address[2]'
|
|
5313
5428
|
}, {
|
|
5429
|
+
internalType: 'int256[2]',
|
|
5314
5430
|
name: 'prices',
|
|
5315
|
-
type: 'int256[2]'
|
|
5316
|
-
internalType: 'int256[2]'
|
|
5431
|
+
type: 'int256[2]'
|
|
5317
5432
|
}],
|
|
5318
|
-
stateMutability: 'view'
|
|
5433
|
+
stateMutability: 'view',
|
|
5434
|
+
type: 'function'
|
|
5319
5435
|
}, {
|
|
5320
|
-
type: 'function',
|
|
5321
|
-
name: 'sweep',
|
|
5322
5436
|
inputs: [{
|
|
5437
|
+
internalType: 'address',
|
|
5323
5438
|
name: 'token',
|
|
5324
|
-
type: 'address'
|
|
5325
|
-
internalType: 'address'
|
|
5439
|
+
type: 'address'
|
|
5326
5440
|
}],
|
|
5441
|
+
name: 'sweep',
|
|
5327
5442
|
outputs: [],
|
|
5328
|
-
stateMutability: 'nonpayable'
|
|
5443
|
+
stateMutability: 'nonpayable',
|
|
5444
|
+
type: 'function'
|
|
5329
5445
|
}, {
|
|
5330
|
-
type: 'function',
|
|
5331
|
-
name: 'uniswapRouter',
|
|
5332
5446
|
inputs: [],
|
|
5447
|
+
name: 'uniswapRouter',
|
|
5333
5448
|
outputs: [{
|
|
5449
|
+
internalType: 'contract ISwapRouter02',
|
|
5334
5450
|
name: '',
|
|
5335
|
-
type: 'address'
|
|
5336
|
-
internalType: 'contract ISwapRouter02'
|
|
5451
|
+
type: 'address'
|
|
5337
5452
|
}],
|
|
5338
|
-
stateMutability: 'view'
|
|
5453
|
+
stateMutability: 'view',
|
|
5454
|
+
type: 'function'
|
|
5339
5455
|
}, {
|
|
5340
|
-
type: 'function',
|
|
5341
|
-
name: 'verifyRateSignature',
|
|
5342
5456
|
inputs: [{
|
|
5343
|
-
name: 'priceFeed',
|
|
5344
|
-
type: 'tuple',
|
|
5345
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed',
|
|
5346
5457
|
components: [{
|
|
5458
|
+
internalType: 'address',
|
|
5347
5459
|
name: 'feedAddress',
|
|
5348
|
-
type: 'address'
|
|
5349
|
-
internalType: 'address'
|
|
5460
|
+
type: 'address'
|
|
5350
5461
|
}, {
|
|
5462
|
+
internalType: 'int8',
|
|
5351
5463
|
name: 'feedType',
|
|
5352
|
-
type: 'int8'
|
|
5353
|
-
internalType: 'int8'
|
|
5464
|
+
type: 'int8'
|
|
5354
5465
|
}, {
|
|
5466
|
+
internalType: 'string',
|
|
5355
5467
|
name: 'currency',
|
|
5356
|
-
type: 'string'
|
|
5357
|
-
internalType: 'string'
|
|
5468
|
+
type: 'string'
|
|
5358
5469
|
}, {
|
|
5470
|
+
internalType: 'uint256',
|
|
5359
5471
|
name: 'amount',
|
|
5360
|
-
type: 'uint256'
|
|
5361
|
-
internalType: 'uint256'
|
|
5472
|
+
type: 'uint256'
|
|
5362
5473
|
}, {
|
|
5474
|
+
internalType: 'uint256',
|
|
5363
5475
|
name: 'deadline',
|
|
5364
|
-
type: 'uint256'
|
|
5365
|
-
internalType: 'uint256'
|
|
5476
|
+
type: 'uint256'
|
|
5366
5477
|
}, {
|
|
5478
|
+
internalType: 'bytes',
|
|
5367
5479
|
name: 'signature',
|
|
5368
|
-
type: 'bytes'
|
|
5369
|
-
|
|
5370
|
-
|
|
5480
|
+
type: 'bytes'
|
|
5481
|
+
}],
|
|
5482
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed',
|
|
5483
|
+
name: 'priceFeed',
|
|
5484
|
+
type: 'tuple'
|
|
5371
5485
|
}],
|
|
5486
|
+
name: 'verifyRateSignature',
|
|
5372
5487
|
outputs: [{
|
|
5488
|
+
internalType: 'bool',
|
|
5373
5489
|
name: '',
|
|
5374
|
-
type: 'bool'
|
|
5375
|
-
internalType: 'bool'
|
|
5490
|
+
type: 'bool'
|
|
5376
5491
|
}],
|
|
5377
|
-
stateMutability: 'view'
|
|
5492
|
+
stateMutability: 'view',
|
|
5493
|
+
type: 'function'
|
|
5378
5494
|
}, {
|
|
5379
|
-
type: 'function',
|
|
5380
|
-
name: 'version',
|
|
5381
5495
|
inputs: [],
|
|
5496
|
+
name: 'version',
|
|
5382
5497
|
outputs: [{
|
|
5498
|
+
internalType: 'string',
|
|
5383
5499
|
name: '',
|
|
5384
|
-
type: 'string'
|
|
5385
|
-
internalType: 'string'
|
|
5500
|
+
type: 'string'
|
|
5386
5501
|
}],
|
|
5387
|
-
stateMutability: 'view'
|
|
5502
|
+
stateMutability: 'view',
|
|
5503
|
+
type: 'function'
|
|
5388
5504
|
}, {
|
|
5389
|
-
type: 'function',
|
|
5390
|
-
name: 'wrappedNativeToken',
|
|
5391
5505
|
inputs: [],
|
|
5506
|
+
name: 'wrappedNativeToken',
|
|
5392
5507
|
outputs: [{
|
|
5508
|
+
internalType: 'contract IWETH9',
|
|
5393
5509
|
name: '',
|
|
5394
|
-
type: 'address'
|
|
5395
|
-
internalType: 'contract IWETH9'
|
|
5510
|
+
type: 'address'
|
|
5396
5511
|
}],
|
|
5397
|
-
stateMutability: 'view'
|
|
5512
|
+
stateMutability: 'view',
|
|
5513
|
+
type: 'function'
|
|
5398
5514
|
}, {
|
|
5399
|
-
type: 'function',
|
|
5400
|
-
name: 'yodlFeeBps',
|
|
5401
5515
|
inputs: [],
|
|
5516
|
+
name: 'yodlFeeBps',
|
|
5402
5517
|
outputs: [{
|
|
5518
|
+
internalType: 'uint256',
|
|
5403
5519
|
name: '',
|
|
5404
|
-
type: 'uint256'
|
|
5405
|
-
internalType: 'uint256'
|
|
5520
|
+
type: 'uint256'
|
|
5406
5521
|
}],
|
|
5407
|
-
stateMutability: 'view'
|
|
5522
|
+
stateMutability: 'view',
|
|
5523
|
+
type: 'function'
|
|
5408
5524
|
}, {
|
|
5409
|
-
type: 'function',
|
|
5410
|
-
name: 'yodlFeeTreasury',
|
|
5411
5525
|
inputs: [],
|
|
5526
|
+
name: 'yodlFeeTreasury',
|
|
5412
5527
|
outputs: [{
|
|
5528
|
+
internalType: 'address',
|
|
5413
5529
|
name: '',
|
|
5414
|
-
type: 'address'
|
|
5415
|
-
internalType: 'address'
|
|
5530
|
+
type: 'address'
|
|
5416
5531
|
}],
|
|
5417
|
-
stateMutability: 'view'
|
|
5532
|
+
stateMutability: 'view',
|
|
5533
|
+
type: 'function'
|
|
5418
5534
|
}, {
|
|
5419
|
-
type: 'function',
|
|
5420
|
-
name: 'yodlWithAcross',
|
|
5421
5535
|
inputs: [{
|
|
5422
|
-
name: 'params',
|
|
5423
|
-
type: 'tuple',
|
|
5424
|
-
internalType: 'struct YodlAcrossRouter.YodlAcrossParams',
|
|
5425
5536
|
components: [{
|
|
5537
|
+
internalType: 'bytes32',
|
|
5426
5538
|
name: 'memo',
|
|
5427
|
-
type: 'bytes32'
|
|
5428
|
-
internalType: 'bytes32'
|
|
5539
|
+
type: 'bytes32'
|
|
5429
5540
|
}, {
|
|
5541
|
+
internalType: 'uint256',
|
|
5430
5542
|
name: 'amount',
|
|
5431
|
-
type: 'uint256'
|
|
5432
|
-
internalType: 'uint256'
|
|
5543
|
+
type: 'uint256'
|
|
5433
5544
|
}, {
|
|
5434
|
-
name: 'priceFeeds',
|
|
5435
|
-
type: 'tuple[2]',
|
|
5436
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5437
5545
|
components: [{
|
|
5546
|
+
internalType: 'address',
|
|
5438
5547
|
name: 'feedAddress',
|
|
5439
|
-
type: 'address'
|
|
5440
|
-
internalType: 'address'
|
|
5548
|
+
type: 'address'
|
|
5441
5549
|
}, {
|
|
5550
|
+
internalType: 'int8',
|
|
5442
5551
|
name: 'feedType',
|
|
5443
|
-
type: 'int8'
|
|
5444
|
-
internalType: 'int8'
|
|
5552
|
+
type: 'int8'
|
|
5445
5553
|
}, {
|
|
5554
|
+
internalType: 'string',
|
|
5446
5555
|
name: 'currency',
|
|
5447
|
-
type: 'string'
|
|
5448
|
-
internalType: 'string'
|
|
5556
|
+
type: 'string'
|
|
5449
5557
|
}, {
|
|
5558
|
+
internalType: 'uint256',
|
|
5450
5559
|
name: 'amount',
|
|
5451
|
-
type: 'uint256'
|
|
5452
|
-
internalType: 'uint256'
|
|
5560
|
+
type: 'uint256'
|
|
5453
5561
|
}, {
|
|
5562
|
+
internalType: 'uint256',
|
|
5454
5563
|
name: 'deadline',
|
|
5455
|
-
type: 'uint256'
|
|
5456
|
-
internalType: 'uint256'
|
|
5564
|
+
type: 'uint256'
|
|
5457
5565
|
}, {
|
|
5566
|
+
internalType: 'bytes',
|
|
5458
5567
|
name: 'signature',
|
|
5459
|
-
type: 'bytes'
|
|
5460
|
-
|
|
5461
|
-
|
|
5568
|
+
type: 'bytes'
|
|
5569
|
+
}],
|
|
5570
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5571
|
+
name: 'priceFeeds',
|
|
5572
|
+
type: 'tuple[2]'
|
|
5462
5573
|
}, {
|
|
5574
|
+
internalType: 'address',
|
|
5463
5575
|
name: 'token',
|
|
5464
|
-
type: 'address'
|
|
5465
|
-
internalType: 'address'
|
|
5576
|
+
type: 'address'
|
|
5466
5577
|
}, {
|
|
5578
|
+
internalType: 'address',
|
|
5467
5579
|
name: 'receiver',
|
|
5468
|
-
type: 'address'
|
|
5469
|
-
internalType: 'address'
|
|
5580
|
+
type: 'address'
|
|
5470
5581
|
}, {
|
|
5582
|
+
internalType: 'address',
|
|
5471
5583
|
name: 'extraFeeReceiver',
|
|
5472
|
-
type: 'address'
|
|
5473
|
-
internalType: 'address'
|
|
5584
|
+
type: 'address'
|
|
5474
5585
|
}, {
|
|
5586
|
+
internalType: 'uint256',
|
|
5475
5587
|
name: 'extraFeeBps',
|
|
5476
|
-
type: 'uint256'
|
|
5477
|
-
internalType: 'uint256'
|
|
5588
|
+
type: 'uint256'
|
|
5478
5589
|
}, {
|
|
5590
|
+
internalType: 'uint256',
|
|
5479
5591
|
name: 'yd',
|
|
5480
|
-
type: 'uint256'
|
|
5481
|
-
internalType: 'uint256'
|
|
5592
|
+
type: 'uint256'
|
|
5482
5593
|
}, {
|
|
5483
|
-
name: 'guards',
|
|
5484
|
-
type: 'tuple[]',
|
|
5485
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5486
5594
|
components: [{
|
|
5595
|
+
internalType: 'address',
|
|
5487
5596
|
name: 'guardAddress',
|
|
5488
|
-
type: 'address'
|
|
5489
|
-
internalType: 'address'
|
|
5597
|
+
type: 'address'
|
|
5490
5598
|
}, {
|
|
5599
|
+
internalType: 'bytes[]',
|
|
5491
5600
|
name: 'payload',
|
|
5492
|
-
type: 'bytes[]'
|
|
5493
|
-
|
|
5494
|
-
|
|
5601
|
+
type: 'bytes[]'
|
|
5602
|
+
}],
|
|
5603
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5604
|
+
name: 'guards',
|
|
5605
|
+
type: 'tuple[]'
|
|
5495
5606
|
}, {
|
|
5496
|
-
name: 'webhooks',
|
|
5497
|
-
type: 'tuple[]',
|
|
5498
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5499
5607
|
components: [{
|
|
5608
|
+
internalType: 'address',
|
|
5500
5609
|
name: 'webhookAddress',
|
|
5501
|
-
type: 'address'
|
|
5502
|
-
internalType: 'address'
|
|
5610
|
+
type: 'address'
|
|
5503
5611
|
}, {
|
|
5612
|
+
internalType: 'bytes[]',
|
|
5504
5613
|
name: 'payload',
|
|
5505
|
-
type: 'bytes[]'
|
|
5506
|
-
|
|
5507
|
-
|
|
5614
|
+
type: 'bytes[]'
|
|
5615
|
+
}],
|
|
5616
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5617
|
+
name: 'webhooks',
|
|
5618
|
+
type: 'tuple[]'
|
|
5508
5619
|
}, {
|
|
5620
|
+
internalType: 'address',
|
|
5509
5621
|
name: 'outputToken',
|
|
5510
|
-
type: 'address'
|
|
5511
|
-
internalType: 'address'
|
|
5622
|
+
type: 'address'
|
|
5512
5623
|
}, {
|
|
5624
|
+
internalType: 'uint256',
|
|
5513
5625
|
name: 'outputAmount',
|
|
5514
|
-
type: 'uint256'
|
|
5515
|
-
internalType: 'uint256'
|
|
5626
|
+
type: 'uint256'
|
|
5516
5627
|
}, {
|
|
5628
|
+
internalType: 'uint256',
|
|
5517
5629
|
name: 'destinationChainId',
|
|
5518
|
-
type: 'uint256'
|
|
5519
|
-
internalType: 'uint256'
|
|
5630
|
+
type: 'uint256'
|
|
5520
5631
|
}, {
|
|
5632
|
+
internalType: 'address',
|
|
5521
5633
|
name: 'exclusiveRelayer',
|
|
5522
|
-
type: 'address'
|
|
5523
|
-
internalType: 'address'
|
|
5634
|
+
type: 'address'
|
|
5524
5635
|
}, {
|
|
5636
|
+
internalType: 'uint32',
|
|
5525
5637
|
name: 'quoteTimestamp',
|
|
5526
|
-
type: 'uint32'
|
|
5527
|
-
internalType: 'uint32'
|
|
5638
|
+
type: 'uint32'
|
|
5528
5639
|
}, {
|
|
5640
|
+
internalType: 'uint32',
|
|
5529
5641
|
name: 'fillDeadline',
|
|
5530
|
-
type: 'uint32'
|
|
5531
|
-
internalType: 'uint32'
|
|
5642
|
+
type: 'uint32'
|
|
5532
5643
|
}, {
|
|
5644
|
+
internalType: 'uint32',
|
|
5533
5645
|
name: 'exclusivityDeadline',
|
|
5534
|
-
type: 'uint32'
|
|
5535
|
-
internalType: 'uint32'
|
|
5646
|
+
type: 'uint32'
|
|
5536
5647
|
}, {
|
|
5648
|
+
internalType: 'bytes',
|
|
5537
5649
|
name: 'message',
|
|
5538
|
-
type: 'bytes'
|
|
5539
|
-
|
|
5540
|
-
|
|
5650
|
+
type: 'bytes'
|
|
5651
|
+
}],
|
|
5652
|
+
internalType: 'struct YodlAcrossRouter.YodlAcrossParams',
|
|
5653
|
+
name: 'params',
|
|
5654
|
+
type: 'tuple'
|
|
5541
5655
|
}],
|
|
5656
|
+
name: 'yodlWithAcross',
|
|
5542
5657
|
outputs: [{
|
|
5658
|
+
internalType: 'uint256',
|
|
5543
5659
|
name: '',
|
|
5544
|
-
type: 'uint256'
|
|
5545
|
-
internalType: 'uint256'
|
|
5660
|
+
type: 'uint256'
|
|
5546
5661
|
}],
|
|
5547
|
-
stateMutability: 'payable'
|
|
5662
|
+
stateMutability: 'payable',
|
|
5663
|
+
type: 'function'
|
|
5548
5664
|
}, {
|
|
5549
|
-
type: 'function',
|
|
5550
|
-
name: 'yodlWithCurve',
|
|
5551
5665
|
inputs: [{
|
|
5552
|
-
name: 'params',
|
|
5553
|
-
type: 'tuple',
|
|
5554
|
-
internalType: 'struct YodlCurveRouter.YodlCurveParams',
|
|
5555
5666
|
components: [{
|
|
5667
|
+
internalType: 'address',
|
|
5556
5668
|
name: 'sender',
|
|
5557
|
-
type: 'address'
|
|
5558
|
-
internalType: 'address'
|
|
5669
|
+
type: 'address'
|
|
5559
5670
|
}, {
|
|
5671
|
+
internalType: 'address',
|
|
5560
5672
|
name: 'receiver',
|
|
5561
|
-
type: 'address'
|
|
5562
|
-
internalType: 'address'
|
|
5673
|
+
type: 'address'
|
|
5563
5674
|
}, {
|
|
5675
|
+
internalType: 'uint256',
|
|
5564
5676
|
name: 'amountIn',
|
|
5565
|
-
type: 'uint256'
|
|
5566
|
-
internalType: 'uint256'
|
|
5677
|
+
type: 'uint256'
|
|
5567
5678
|
}, {
|
|
5679
|
+
internalType: 'uint256',
|
|
5568
5680
|
name: 'amountOut',
|
|
5569
|
-
type: 'uint256'
|
|
5570
|
-
internalType: 'uint256'
|
|
5681
|
+
type: 'uint256'
|
|
5571
5682
|
}, {
|
|
5683
|
+
internalType: 'bytes32',
|
|
5572
5684
|
name: 'memo',
|
|
5573
|
-
type: 'bytes32'
|
|
5574
|
-
internalType: 'bytes32'
|
|
5685
|
+
type: 'bytes32'
|
|
5575
5686
|
}, {
|
|
5687
|
+
internalType: 'address[11]',
|
|
5576
5688
|
name: 'route',
|
|
5577
|
-
type: 'address[11]'
|
|
5578
|
-
internalType: 'address[11]'
|
|
5689
|
+
type: 'address[11]'
|
|
5579
5690
|
}, {
|
|
5691
|
+
internalType: 'uint256[5][5]',
|
|
5580
5692
|
name: 'swapParams',
|
|
5581
|
-
type: 'uint256[5][5]'
|
|
5582
|
-
internalType: 'uint256[5][5]'
|
|
5693
|
+
type: 'uint256[5][5]'
|
|
5583
5694
|
}, {
|
|
5695
|
+
internalType: 'address[5]',
|
|
5584
5696
|
name: 'pools',
|
|
5585
|
-
type: 'address[5]'
|
|
5586
|
-
internalType: 'address[5]'
|
|
5697
|
+
type: 'address[5]'
|
|
5587
5698
|
}, {
|
|
5588
|
-
name: 'priceFeeds',
|
|
5589
|
-
type: 'tuple[2]',
|
|
5590
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5591
5699
|
components: [{
|
|
5700
|
+
internalType: 'address',
|
|
5592
5701
|
name: 'feedAddress',
|
|
5593
|
-
type: 'address'
|
|
5594
|
-
internalType: 'address'
|
|
5702
|
+
type: 'address'
|
|
5595
5703
|
}, {
|
|
5704
|
+
internalType: 'int8',
|
|
5596
5705
|
name: 'feedType',
|
|
5597
|
-
type: 'int8'
|
|
5598
|
-
internalType: 'int8'
|
|
5706
|
+
type: 'int8'
|
|
5599
5707
|
}, {
|
|
5708
|
+
internalType: 'string',
|
|
5600
5709
|
name: 'currency',
|
|
5601
|
-
type: 'string'
|
|
5602
|
-
internalType: 'string'
|
|
5710
|
+
type: 'string'
|
|
5603
5711
|
}, {
|
|
5712
|
+
internalType: 'uint256',
|
|
5604
5713
|
name: 'amount',
|
|
5605
|
-
type: 'uint256'
|
|
5606
|
-
internalType: 'uint256'
|
|
5714
|
+
type: 'uint256'
|
|
5607
5715
|
}, {
|
|
5716
|
+
internalType: 'uint256',
|
|
5608
5717
|
name: 'deadline',
|
|
5609
|
-
type: 'uint256'
|
|
5610
|
-
internalType: 'uint256'
|
|
5718
|
+
type: 'uint256'
|
|
5611
5719
|
}, {
|
|
5720
|
+
internalType: 'bytes',
|
|
5612
5721
|
name: 'signature',
|
|
5613
|
-
type: 'bytes'
|
|
5614
|
-
|
|
5615
|
-
|
|
5722
|
+
type: 'bytes'
|
|
5723
|
+
}],
|
|
5724
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5725
|
+
name: 'priceFeeds',
|
|
5726
|
+
type: 'tuple[2]'
|
|
5616
5727
|
}, {
|
|
5728
|
+
internalType: 'address',
|
|
5617
5729
|
name: 'extraFeeReceiver',
|
|
5618
|
-
type: 'address'
|
|
5619
|
-
internalType: 'address'
|
|
5730
|
+
type: 'address'
|
|
5620
5731
|
}, {
|
|
5732
|
+
internalType: 'uint256',
|
|
5621
5733
|
name: 'extraFeeBps',
|
|
5622
|
-
type: 'uint256'
|
|
5623
|
-
internalType: 'uint256'
|
|
5734
|
+
type: 'uint256'
|
|
5624
5735
|
}, {
|
|
5736
|
+
internalType: 'uint256',
|
|
5625
5737
|
name: 'yd',
|
|
5626
|
-
type: 'uint256'
|
|
5627
|
-
internalType: 'uint256'
|
|
5738
|
+
type: 'uint256'
|
|
5628
5739
|
}, {
|
|
5629
|
-
name: 'guards',
|
|
5630
|
-
type: 'tuple[]',
|
|
5631
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5632
5740
|
components: [{
|
|
5741
|
+
internalType: 'address',
|
|
5633
5742
|
name: 'guardAddress',
|
|
5634
|
-
type: 'address'
|
|
5635
|
-
internalType: 'address'
|
|
5743
|
+
type: 'address'
|
|
5636
5744
|
}, {
|
|
5745
|
+
internalType: 'bytes[]',
|
|
5637
5746
|
name: 'payload',
|
|
5638
|
-
type: 'bytes[]'
|
|
5639
|
-
|
|
5640
|
-
|
|
5747
|
+
type: 'bytes[]'
|
|
5748
|
+
}],
|
|
5749
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5750
|
+
name: 'guards',
|
|
5751
|
+
type: 'tuple[]'
|
|
5641
5752
|
}, {
|
|
5642
|
-
name: 'webhooks',
|
|
5643
|
-
type: 'tuple[]',
|
|
5644
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5645
5753
|
components: [{
|
|
5754
|
+
internalType: 'address',
|
|
5646
5755
|
name: 'webhookAddress',
|
|
5647
|
-
type: 'address'
|
|
5648
|
-
internalType: 'address'
|
|
5756
|
+
type: 'address'
|
|
5649
5757
|
}, {
|
|
5758
|
+
internalType: 'bytes[]',
|
|
5650
5759
|
name: 'payload',
|
|
5651
|
-
type: 'bytes[]'
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5760
|
+
type: 'bytes[]'
|
|
5761
|
+
}],
|
|
5762
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5763
|
+
name: 'webhooks',
|
|
5764
|
+
type: 'tuple[]'
|
|
5765
|
+
}],
|
|
5766
|
+
internalType: 'struct YodlCurveRouter.YodlCurveParams',
|
|
5767
|
+
name: 'params',
|
|
5768
|
+
type: 'tuple'
|
|
5655
5769
|
}],
|
|
5770
|
+
name: 'yodlWithCurve',
|
|
5656
5771
|
outputs: [{
|
|
5772
|
+
internalType: 'uint256',
|
|
5657
5773
|
name: '',
|
|
5658
|
-
type: 'uint256'
|
|
5659
|
-
internalType: 'uint256'
|
|
5774
|
+
type: 'uint256'
|
|
5660
5775
|
}],
|
|
5661
|
-
stateMutability: 'payable'
|
|
5776
|
+
stateMutability: 'payable',
|
|
5777
|
+
type: 'function'
|
|
5662
5778
|
}, {
|
|
5663
|
-
type: 'function',
|
|
5664
|
-
name: 'yodlWithExternal',
|
|
5665
5779
|
inputs: [{
|
|
5666
|
-
name: 'params',
|
|
5667
|
-
type: 'tuple',
|
|
5668
|
-
internalType: 'struct YodlExternalFundingRouter.YodlExternalFundingParams',
|
|
5669
5780
|
components: [{
|
|
5781
|
+
internalType: 'bytes32',
|
|
5670
5782
|
name: 'memo',
|
|
5671
|
-
type: 'bytes32'
|
|
5672
|
-
internalType: 'bytes32'
|
|
5673
|
-
}, {
|
|
5674
|
-
name: 'outAmountGross',
|
|
5675
|
-
type: 'uint256',
|
|
5676
|
-
internalType: 'uint256'
|
|
5783
|
+
type: 'bytes32'
|
|
5677
5784
|
}, {
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5785
|
+
internalType: 'uint256',
|
|
5786
|
+
name: 'amount',
|
|
5787
|
+
type: 'uint256'
|
|
5681
5788
|
}, {
|
|
5682
|
-
name: 'priceFeeds',
|
|
5683
|
-
type: 'tuple[2]',
|
|
5684
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5685
5789
|
components: [{
|
|
5790
|
+
internalType: 'address',
|
|
5686
5791
|
name: 'feedAddress',
|
|
5687
|
-
type: 'address'
|
|
5688
|
-
internalType: 'address'
|
|
5792
|
+
type: 'address'
|
|
5689
5793
|
}, {
|
|
5794
|
+
internalType: 'int8',
|
|
5690
5795
|
name: 'feedType',
|
|
5691
|
-
type: 'int8'
|
|
5692
|
-
internalType: 'int8'
|
|
5796
|
+
type: 'int8'
|
|
5693
5797
|
}, {
|
|
5798
|
+
internalType: 'string',
|
|
5694
5799
|
name: 'currency',
|
|
5695
|
-
type: 'string'
|
|
5696
|
-
internalType: 'string'
|
|
5800
|
+
type: 'string'
|
|
5697
5801
|
}, {
|
|
5802
|
+
internalType: 'uint256',
|
|
5698
5803
|
name: 'amount',
|
|
5699
|
-
type: 'uint256'
|
|
5700
|
-
internalType: 'uint256'
|
|
5804
|
+
type: 'uint256'
|
|
5701
5805
|
}, {
|
|
5806
|
+
internalType: 'uint256',
|
|
5702
5807
|
name: 'deadline',
|
|
5703
|
-
type: 'uint256'
|
|
5704
|
-
internalType: 'uint256'
|
|
5808
|
+
type: 'uint256'
|
|
5705
5809
|
}, {
|
|
5810
|
+
internalType: 'bytes',
|
|
5706
5811
|
name: 'signature',
|
|
5707
|
-
type: 'bytes'
|
|
5708
|
-
|
|
5709
|
-
|
|
5812
|
+
type: 'bytes'
|
|
5813
|
+
}],
|
|
5814
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5815
|
+
name: 'priceFeeds',
|
|
5816
|
+
type: 'tuple[2]'
|
|
5710
5817
|
}, {
|
|
5818
|
+
internalType: 'address',
|
|
5711
5819
|
name: 'token',
|
|
5712
|
-
type: 'address'
|
|
5713
|
-
internalType: 'address'
|
|
5820
|
+
type: 'address'
|
|
5714
5821
|
}, {
|
|
5822
|
+
internalType: 'address',
|
|
5715
5823
|
name: 'receiver',
|
|
5716
|
-
type: 'address'
|
|
5717
|
-
internalType: 'address'
|
|
5824
|
+
type: 'address'
|
|
5718
5825
|
}, {
|
|
5826
|
+
internalType: 'address',
|
|
5719
5827
|
name: 'extraFeeReceiver',
|
|
5720
|
-
type: 'address'
|
|
5721
|
-
internalType: 'address'
|
|
5828
|
+
type: 'address'
|
|
5722
5829
|
}, {
|
|
5830
|
+
internalType: 'uint256',
|
|
5723
5831
|
name: 'extraFeeBps',
|
|
5724
|
-
type: 'uint256'
|
|
5725
|
-
internalType: 'uint256'
|
|
5832
|
+
type: 'uint256'
|
|
5726
5833
|
}, {
|
|
5834
|
+
internalType: 'uint256',
|
|
5727
5835
|
name: 'yd',
|
|
5728
|
-
type: 'uint256'
|
|
5729
|
-
internalType: 'uint256'
|
|
5836
|
+
type: 'uint256'
|
|
5730
5837
|
}, {
|
|
5731
|
-
name: 'guards',
|
|
5732
|
-
type: 'tuple[]',
|
|
5733
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5734
5838
|
components: [{
|
|
5839
|
+
internalType: 'address',
|
|
5735
5840
|
name: 'guardAddress',
|
|
5736
|
-
type: 'address'
|
|
5737
|
-
internalType: 'address'
|
|
5841
|
+
type: 'address'
|
|
5738
5842
|
}, {
|
|
5843
|
+
internalType: 'bytes[]',
|
|
5739
5844
|
name: 'payload',
|
|
5740
|
-
type: 'bytes[]'
|
|
5741
|
-
|
|
5742
|
-
|
|
5845
|
+
type: 'bytes[]'
|
|
5846
|
+
}],
|
|
5847
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5848
|
+
name: 'guards',
|
|
5849
|
+
type: 'tuple[]'
|
|
5743
5850
|
}, {
|
|
5744
|
-
name: 'webhooks',
|
|
5745
|
-
type: 'tuple[]',
|
|
5746
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5747
5851
|
components: [{
|
|
5852
|
+
internalType: 'address',
|
|
5748
5853
|
name: 'webhookAddress',
|
|
5749
|
-
type: 'address'
|
|
5750
|
-
internalType: 'address'
|
|
5854
|
+
type: 'address'
|
|
5751
5855
|
}, {
|
|
5856
|
+
internalType: 'bytes[]',
|
|
5752
5857
|
name: 'payload',
|
|
5753
|
-
type: 'bytes[]'
|
|
5754
|
-
|
|
5755
|
-
|
|
5858
|
+
type: 'bytes[]'
|
|
5859
|
+
}],
|
|
5860
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5861
|
+
name: 'webhooks',
|
|
5862
|
+
type: 'tuple[]'
|
|
5756
5863
|
}, {
|
|
5864
|
+
internalType: 'uint256',
|
|
5757
5865
|
name: 'convenienceFeeBps',
|
|
5758
|
-
type: 'uint256'
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
}],
|
|
5762
|
-
outputs: [{
|
|
5763
|
-
name: '',
|
|
5764
|
-
type: 'uint256',
|
|
5765
|
-
internalType: 'uint256'
|
|
5766
|
-
}],
|
|
5767
|
-
stateMutability: 'payable'
|
|
5768
|
-
}, {
|
|
5769
|
-
type: 'function',
|
|
5770
|
-
name: 'yodlWithPancake',
|
|
5771
|
-
inputs: [{
|
|
5866
|
+
type: 'uint256'
|
|
5867
|
+
}],
|
|
5868
|
+
internalType: 'struct YodlExternalFundingRouter.YodlExternalFundingParams',
|
|
5772
5869
|
name: 'params',
|
|
5773
|
-
type: 'tuple'
|
|
5774
|
-
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
5775
|
-
components: [{
|
|
5776
|
-
name: 'sender',
|
|
5777
|
-
type: 'address',
|
|
5778
|
-
internalType: 'address'
|
|
5779
|
-
}, {
|
|
5780
|
-
name: 'receiver',
|
|
5781
|
-
type: 'address',
|
|
5782
|
-
internalType: 'address'
|
|
5783
|
-
}, {
|
|
5784
|
-
name: 'amountIn',
|
|
5785
|
-
type: 'uint256',
|
|
5786
|
-
internalType: 'uint256'
|
|
5787
|
-
}, {
|
|
5788
|
-
name: 'amountOut',
|
|
5789
|
-
type: 'uint256',
|
|
5790
|
-
internalType: 'uint256'
|
|
5791
|
-
}, {
|
|
5792
|
-
name: 'memo',
|
|
5793
|
-
type: 'bytes32',
|
|
5794
|
-
internalType: 'bytes32'
|
|
5795
|
-
}, {
|
|
5796
|
-
name: 'path',
|
|
5797
|
-
type: 'bytes',
|
|
5798
|
-
internalType: 'bytes'
|
|
5799
|
-
}, {
|
|
5800
|
-
name: 'priceFeeds',
|
|
5801
|
-
type: 'tuple[2]',
|
|
5802
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5803
|
-
components: [{
|
|
5804
|
-
name: 'feedAddress',
|
|
5805
|
-
type: 'address',
|
|
5806
|
-
internalType: 'address'
|
|
5807
|
-
}, {
|
|
5808
|
-
name: 'feedType',
|
|
5809
|
-
type: 'int8',
|
|
5810
|
-
internalType: 'int8'
|
|
5811
|
-
}, {
|
|
5812
|
-
name: 'currency',
|
|
5813
|
-
type: 'string',
|
|
5814
|
-
internalType: 'string'
|
|
5815
|
-
}, {
|
|
5816
|
-
name: 'amount',
|
|
5817
|
-
type: 'uint256',
|
|
5818
|
-
internalType: 'uint256'
|
|
5819
|
-
}, {
|
|
5820
|
-
name: 'deadline',
|
|
5821
|
-
type: 'uint256',
|
|
5822
|
-
internalType: 'uint256'
|
|
5823
|
-
}, {
|
|
5824
|
-
name: 'signature',
|
|
5825
|
-
type: 'bytes',
|
|
5826
|
-
internalType: 'bytes'
|
|
5827
|
-
}]
|
|
5828
|
-
}, {
|
|
5829
|
-
name: 'extraFeeReceiver',
|
|
5830
|
-
type: 'address',
|
|
5831
|
-
internalType: 'address'
|
|
5832
|
-
}, {
|
|
5833
|
-
name: 'extraFeeBps',
|
|
5834
|
-
type: 'uint256',
|
|
5835
|
-
internalType: 'uint256'
|
|
5836
|
-
}, {
|
|
5837
|
-
name: 'swapType',
|
|
5838
|
-
type: 'uint8',
|
|
5839
|
-
internalType: 'enum YodlUniswapRouter.SwapType'
|
|
5840
|
-
}, {
|
|
5841
|
-
name: 'yd',
|
|
5842
|
-
type: 'uint256',
|
|
5843
|
-
internalType: 'uint256'
|
|
5844
|
-
}, {
|
|
5845
|
-
name: 'guards',
|
|
5846
|
-
type: 'tuple[]',
|
|
5847
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5848
|
-
components: [{
|
|
5849
|
-
name: 'guardAddress',
|
|
5850
|
-
type: 'address',
|
|
5851
|
-
internalType: 'address'
|
|
5852
|
-
}, {
|
|
5853
|
-
name: 'payload',
|
|
5854
|
-
type: 'bytes[]',
|
|
5855
|
-
internalType: 'bytes[]'
|
|
5856
|
-
}]
|
|
5857
|
-
}, {
|
|
5858
|
-
name: 'webhooks',
|
|
5859
|
-
type: 'tuple[]',
|
|
5860
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5861
|
-
components: [{
|
|
5862
|
-
name: 'webhookAddress',
|
|
5863
|
-
type: 'address',
|
|
5864
|
-
internalType: 'address'
|
|
5865
|
-
}, {
|
|
5866
|
-
name: 'payload',
|
|
5867
|
-
type: 'bytes[]',
|
|
5868
|
-
internalType: 'bytes[]'
|
|
5869
|
-
}]
|
|
5870
|
-
}]
|
|
5870
|
+
type: 'tuple'
|
|
5871
5871
|
}],
|
|
5872
|
+
name: 'yodlWithSwappedToken',
|
|
5872
5873
|
outputs: [{
|
|
5874
|
+
internalType: 'uint256',
|
|
5873
5875
|
name: '',
|
|
5874
|
-
type: 'uint256'
|
|
5875
|
-
internalType: 'uint256'
|
|
5876
|
+
type: 'uint256'
|
|
5876
5877
|
}],
|
|
5877
|
-
stateMutability: 'payable'
|
|
5878
|
+
stateMutability: 'payable',
|
|
5879
|
+
type: 'function'
|
|
5878
5880
|
}, {
|
|
5879
|
-
type: 'function',
|
|
5880
|
-
name: 'yodlWithToken',
|
|
5881
5881
|
inputs: [{
|
|
5882
|
-
name: 'params',
|
|
5883
|
-
type: 'tuple',
|
|
5884
|
-
internalType: 'struct YodlTransferRouter.YodlTransferParams',
|
|
5885
5882
|
components: [{
|
|
5883
|
+
internalType: 'bytes32',
|
|
5886
5884
|
name: 'memo',
|
|
5887
|
-
type: 'bytes32'
|
|
5888
|
-
internalType: 'bytes32'
|
|
5885
|
+
type: 'bytes32'
|
|
5889
5886
|
}, {
|
|
5887
|
+
internalType: 'uint256',
|
|
5890
5888
|
name: 'amount',
|
|
5891
|
-
type: 'uint256'
|
|
5892
|
-
internalType: 'uint256'
|
|
5889
|
+
type: 'uint256'
|
|
5893
5890
|
}, {
|
|
5894
|
-
name: 'priceFeeds',
|
|
5895
|
-
type: 'tuple[2]',
|
|
5896
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5897
5891
|
components: [{
|
|
5892
|
+
internalType: 'address',
|
|
5898
5893
|
name: 'feedAddress',
|
|
5899
|
-
type: 'address'
|
|
5900
|
-
internalType: 'address'
|
|
5894
|
+
type: 'address'
|
|
5901
5895
|
}, {
|
|
5896
|
+
internalType: 'int8',
|
|
5902
5897
|
name: 'feedType',
|
|
5903
|
-
type: 'int8'
|
|
5904
|
-
internalType: 'int8'
|
|
5898
|
+
type: 'int8'
|
|
5905
5899
|
}, {
|
|
5900
|
+
internalType: 'string',
|
|
5906
5901
|
name: 'currency',
|
|
5907
|
-
type: 'string'
|
|
5908
|
-
internalType: 'string'
|
|
5902
|
+
type: 'string'
|
|
5909
5903
|
}, {
|
|
5904
|
+
internalType: 'uint256',
|
|
5910
5905
|
name: 'amount',
|
|
5911
|
-
type: 'uint256'
|
|
5912
|
-
internalType: 'uint256'
|
|
5906
|
+
type: 'uint256'
|
|
5913
5907
|
}, {
|
|
5908
|
+
internalType: 'uint256',
|
|
5914
5909
|
name: 'deadline',
|
|
5915
|
-
type: 'uint256'
|
|
5916
|
-
internalType: 'uint256'
|
|
5910
|
+
type: 'uint256'
|
|
5917
5911
|
}, {
|
|
5912
|
+
internalType: 'bytes',
|
|
5918
5913
|
name: 'signature',
|
|
5919
|
-
type: 'bytes'
|
|
5920
|
-
|
|
5921
|
-
|
|
5914
|
+
type: 'bytes'
|
|
5915
|
+
}],
|
|
5916
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5917
|
+
name: 'priceFeeds',
|
|
5918
|
+
type: 'tuple[2]'
|
|
5922
5919
|
}, {
|
|
5920
|
+
internalType: 'address',
|
|
5923
5921
|
name: 'token',
|
|
5924
|
-
type: 'address'
|
|
5925
|
-
internalType: 'address'
|
|
5922
|
+
type: 'address'
|
|
5926
5923
|
}, {
|
|
5924
|
+
internalType: 'address',
|
|
5927
5925
|
name: 'receiver',
|
|
5928
|
-
type: 'address'
|
|
5929
|
-
internalType: 'address'
|
|
5926
|
+
type: 'address'
|
|
5930
5927
|
}, {
|
|
5928
|
+
internalType: 'address',
|
|
5931
5929
|
name: 'extraFeeReceiver',
|
|
5932
|
-
type: 'address'
|
|
5933
|
-
internalType: 'address'
|
|
5930
|
+
type: 'address'
|
|
5934
5931
|
}, {
|
|
5932
|
+
internalType: 'uint256',
|
|
5935
5933
|
name: 'extraFeeBps',
|
|
5936
|
-
type: 'uint256'
|
|
5937
|
-
internalType: 'uint256'
|
|
5934
|
+
type: 'uint256'
|
|
5938
5935
|
}, {
|
|
5936
|
+
internalType: 'uint256',
|
|
5939
5937
|
name: 'yd',
|
|
5940
|
-
type: 'uint256'
|
|
5941
|
-
internalType: 'uint256'
|
|
5938
|
+
type: 'uint256'
|
|
5942
5939
|
}, {
|
|
5943
|
-
name: 'guards',
|
|
5944
|
-
type: 'tuple[]',
|
|
5945
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5946
5940
|
components: [{
|
|
5941
|
+
internalType: 'address',
|
|
5947
5942
|
name: 'guardAddress',
|
|
5948
|
-
type: 'address'
|
|
5949
|
-
internalType: 'address'
|
|
5943
|
+
type: 'address'
|
|
5950
5944
|
}, {
|
|
5945
|
+
internalType: 'bytes[]',
|
|
5951
5946
|
name: 'payload',
|
|
5952
|
-
type: 'bytes[]'
|
|
5953
|
-
|
|
5954
|
-
|
|
5947
|
+
type: 'bytes[]'
|
|
5948
|
+
}],
|
|
5949
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5950
|
+
name: 'guards',
|
|
5951
|
+
type: 'tuple[]'
|
|
5955
5952
|
}, {
|
|
5956
|
-
name: 'webhooks',
|
|
5957
|
-
type: 'tuple[]',
|
|
5958
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5959
5953
|
components: [{
|
|
5954
|
+
internalType: 'address',
|
|
5960
5955
|
name: 'webhookAddress',
|
|
5961
|
-
type: 'address'
|
|
5962
|
-
internalType: 'address'
|
|
5956
|
+
type: 'address'
|
|
5963
5957
|
}, {
|
|
5958
|
+
internalType: 'bytes[]',
|
|
5964
5959
|
name: 'payload',
|
|
5965
|
-
type: 'bytes[]'
|
|
5966
|
-
|
|
5967
|
-
|
|
5968
|
-
|
|
5960
|
+
type: 'bytes[]'
|
|
5961
|
+
}],
|
|
5962
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5963
|
+
name: 'webhooks',
|
|
5964
|
+
type: 'tuple[]'
|
|
5965
|
+
}],
|
|
5966
|
+
internalType: 'struct YodlTransferRouter.YodlTransferParams',
|
|
5967
|
+
name: 'params',
|
|
5968
|
+
type: 'tuple'
|
|
5969
5969
|
}],
|
|
5970
|
+
name: 'yodlWithToken',
|
|
5970
5971
|
outputs: [{
|
|
5972
|
+
internalType: 'uint256',
|
|
5971
5973
|
name: '',
|
|
5972
|
-
type: 'uint256'
|
|
5973
|
-
internalType: 'uint256'
|
|
5974
|
+
type: 'uint256'
|
|
5974
5975
|
}],
|
|
5975
|
-
stateMutability: 'payable'
|
|
5976
|
+
stateMutability: 'payable',
|
|
5977
|
+
type: 'function'
|
|
5976
5978
|
}, {
|
|
5977
|
-
type: 'function',
|
|
5978
|
-
name: 'yodlWithUniswap',
|
|
5979
5979
|
inputs: [{
|
|
5980
|
-
name: 'params',
|
|
5981
|
-
type: 'tuple',
|
|
5982
|
-
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
5983
5980
|
components: [{
|
|
5981
|
+
internalType: 'address',
|
|
5984
5982
|
name: 'sender',
|
|
5985
|
-
type: 'address'
|
|
5986
|
-
internalType: 'address'
|
|
5983
|
+
type: 'address'
|
|
5987
5984
|
}, {
|
|
5985
|
+
internalType: 'address',
|
|
5988
5986
|
name: 'receiver',
|
|
5989
|
-
type: 'address'
|
|
5990
|
-
internalType: 'address'
|
|
5987
|
+
type: 'address'
|
|
5991
5988
|
}, {
|
|
5989
|
+
internalType: 'uint256',
|
|
5992
5990
|
name: 'amountIn',
|
|
5993
|
-
type: 'uint256'
|
|
5994
|
-
internalType: 'uint256'
|
|
5991
|
+
type: 'uint256'
|
|
5995
5992
|
}, {
|
|
5993
|
+
internalType: 'uint256',
|
|
5996
5994
|
name: 'amountOut',
|
|
5997
|
-
type: 'uint256'
|
|
5998
|
-
internalType: 'uint256'
|
|
5995
|
+
type: 'uint256'
|
|
5999
5996
|
}, {
|
|
5997
|
+
internalType: 'bytes32',
|
|
6000
5998
|
name: 'memo',
|
|
6001
|
-
type: 'bytes32'
|
|
6002
|
-
internalType: 'bytes32'
|
|
5999
|
+
type: 'bytes32'
|
|
6003
6000
|
}, {
|
|
6001
|
+
internalType: 'bytes',
|
|
6004
6002
|
name: 'path',
|
|
6005
|
-
type: 'bytes'
|
|
6006
|
-
internalType: 'bytes'
|
|
6003
|
+
type: 'bytes'
|
|
6007
6004
|
}, {
|
|
6008
|
-
name: 'priceFeeds',
|
|
6009
|
-
type: 'tuple[2]',
|
|
6010
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
6011
6005
|
components: [{
|
|
6006
|
+
internalType: 'address',
|
|
6012
6007
|
name: 'feedAddress',
|
|
6013
|
-
type: 'address'
|
|
6014
|
-
internalType: 'address'
|
|
6008
|
+
type: 'address'
|
|
6015
6009
|
}, {
|
|
6010
|
+
internalType: 'int8',
|
|
6016
6011
|
name: 'feedType',
|
|
6017
|
-
type: 'int8'
|
|
6018
|
-
internalType: 'int8'
|
|
6012
|
+
type: 'int8'
|
|
6019
6013
|
}, {
|
|
6014
|
+
internalType: 'string',
|
|
6020
6015
|
name: 'currency',
|
|
6021
|
-
type: 'string'
|
|
6022
|
-
internalType: 'string'
|
|
6016
|
+
type: 'string'
|
|
6023
6017
|
}, {
|
|
6018
|
+
internalType: 'uint256',
|
|
6024
6019
|
name: 'amount',
|
|
6025
|
-
type: 'uint256'
|
|
6026
|
-
internalType: 'uint256'
|
|
6020
|
+
type: 'uint256'
|
|
6027
6021
|
}, {
|
|
6022
|
+
internalType: 'uint256',
|
|
6028
6023
|
name: 'deadline',
|
|
6029
|
-
type: 'uint256'
|
|
6030
|
-
internalType: 'uint256'
|
|
6024
|
+
type: 'uint256'
|
|
6031
6025
|
}, {
|
|
6026
|
+
internalType: 'bytes',
|
|
6032
6027
|
name: 'signature',
|
|
6033
|
-
type: 'bytes'
|
|
6034
|
-
|
|
6035
|
-
|
|
6028
|
+
type: 'bytes'
|
|
6029
|
+
}],
|
|
6030
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
6031
|
+
name: 'priceFeeds',
|
|
6032
|
+
type: 'tuple[2]'
|
|
6036
6033
|
}, {
|
|
6034
|
+
internalType: 'address',
|
|
6037
6035
|
name: 'extraFeeReceiver',
|
|
6038
|
-
type: 'address'
|
|
6039
|
-
internalType: 'address'
|
|
6036
|
+
type: 'address'
|
|
6040
6037
|
}, {
|
|
6038
|
+
internalType: 'uint256',
|
|
6041
6039
|
name: 'extraFeeBps',
|
|
6042
|
-
type: 'uint256'
|
|
6043
|
-
internalType: 'uint256'
|
|
6040
|
+
type: 'uint256'
|
|
6044
6041
|
}, {
|
|
6042
|
+
internalType: 'enum YodlUniswapRouter.SwapType',
|
|
6045
6043
|
name: 'swapType',
|
|
6046
|
-
type: 'uint8'
|
|
6047
|
-
internalType: 'enum YodlUniswapRouter.SwapType'
|
|
6044
|
+
type: 'uint8'
|
|
6048
6045
|
}, {
|
|
6046
|
+
internalType: 'uint256',
|
|
6049
6047
|
name: 'yd',
|
|
6050
|
-
type: 'uint256'
|
|
6051
|
-
internalType: 'uint256'
|
|
6048
|
+
type: 'uint256'
|
|
6052
6049
|
}, {
|
|
6053
|
-
name: 'guards',
|
|
6054
|
-
type: 'tuple[]',
|
|
6055
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
6056
6050
|
components: [{
|
|
6051
|
+
internalType: 'address',
|
|
6057
6052
|
name: 'guardAddress',
|
|
6058
|
-
type: 'address'
|
|
6059
|
-
internalType: 'address'
|
|
6053
|
+
type: 'address'
|
|
6060
6054
|
}, {
|
|
6055
|
+
internalType: 'bytes[]',
|
|
6061
6056
|
name: 'payload',
|
|
6062
|
-
type: 'bytes[]'
|
|
6063
|
-
|
|
6064
|
-
|
|
6057
|
+
type: 'bytes[]'
|
|
6058
|
+
}],
|
|
6059
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
6060
|
+
name: 'guards',
|
|
6061
|
+
type: 'tuple[]'
|
|
6065
6062
|
}, {
|
|
6066
|
-
name: 'webhooks',
|
|
6067
|
-
type: 'tuple[]',
|
|
6068
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
6069
6063
|
components: [{
|
|
6064
|
+
internalType: 'address',
|
|
6070
6065
|
name: 'webhookAddress',
|
|
6071
|
-
type: 'address'
|
|
6072
|
-
internalType: 'address'
|
|
6066
|
+
type: 'address'
|
|
6073
6067
|
}, {
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
}]
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
stateMutability: 'payable'
|
|
6086
|
-
}, {
|
|
6087
|
-
type: 'event',
|
|
6088
|
-
name: 'Convert',
|
|
6089
|
-
inputs: [{
|
|
6090
|
-
name: 'priceFeed0',
|
|
6091
|
-
type: 'address',
|
|
6092
|
-
indexed: true,
|
|
6093
|
-
internalType: 'address'
|
|
6094
|
-
}, {
|
|
6095
|
-
name: 'priceFeed1',
|
|
6096
|
-
type: 'address',
|
|
6097
|
-
indexed: true,
|
|
6098
|
-
internalType: 'address'
|
|
6099
|
-
}, {
|
|
6100
|
-
name: 'exchangeRate0',
|
|
6101
|
-
type: 'int256',
|
|
6102
|
-
indexed: false,
|
|
6103
|
-
internalType: 'int256'
|
|
6104
|
-
}, {
|
|
6105
|
-
name: 'exchangeRate1',
|
|
6106
|
-
type: 'int256',
|
|
6107
|
-
indexed: false,
|
|
6108
|
-
internalType: 'int256'
|
|
6109
|
-
}],
|
|
6110
|
-
anonymous: false
|
|
6111
|
-
}, {
|
|
6112
|
-
type: 'event',
|
|
6113
|
-
name: 'ConvertWithExternalRate',
|
|
6114
|
-
inputs: [{
|
|
6115
|
-
name: 'currency0',
|
|
6116
|
-
type: 'string',
|
|
6117
|
-
indexed: true,
|
|
6118
|
-
internalType: 'string'
|
|
6119
|
-
}, {
|
|
6120
|
-
name: 'priceFeed1',
|
|
6121
|
-
type: 'address',
|
|
6122
|
-
indexed: true,
|
|
6123
|
-
internalType: 'address'
|
|
6124
|
-
}, {
|
|
6125
|
-
name: 'exchangeRate0',
|
|
6126
|
-
type: 'int256',
|
|
6127
|
-
indexed: false,
|
|
6128
|
-
internalType: 'int256'
|
|
6129
|
-
}, {
|
|
6130
|
-
name: 'exchangeRate1',
|
|
6131
|
-
type: 'int256',
|
|
6132
|
-
indexed: false,
|
|
6133
|
-
internalType: 'int256'
|
|
6134
|
-
}],
|
|
6135
|
-
anonymous: false
|
|
6136
|
-
}, {
|
|
6137
|
-
type: 'event',
|
|
6138
|
-
name: 'Yodl',
|
|
6139
|
-
inputs: [{
|
|
6140
|
-
name: 'sender',
|
|
6141
|
-
type: 'address',
|
|
6142
|
-
indexed: true,
|
|
6143
|
-
internalType: 'address'
|
|
6144
|
-
}, {
|
|
6145
|
-
name: 'receiver',
|
|
6146
|
-
type: 'address',
|
|
6147
|
-
indexed: true,
|
|
6148
|
-
internalType: 'address'
|
|
6149
|
-
}, {
|
|
6150
|
-
name: 'token',
|
|
6151
|
-
type: 'address',
|
|
6152
|
-
indexed: false,
|
|
6153
|
-
internalType: 'address'
|
|
6154
|
-
}, {
|
|
6155
|
-
name: 'amount',
|
|
6156
|
-
type: 'uint256',
|
|
6157
|
-
indexed: false,
|
|
6158
|
-
internalType: 'uint256'
|
|
6159
|
-
}, {
|
|
6160
|
-
name: 'fees',
|
|
6161
|
-
type: 'uint256',
|
|
6162
|
-
indexed: false,
|
|
6163
|
-
internalType: 'uint256'
|
|
6164
|
-
}, {
|
|
6165
|
-
name: 'memo',
|
|
6166
|
-
type: 'bytes32',
|
|
6167
|
-
indexed: false,
|
|
6168
|
-
internalType: 'bytes32'
|
|
6068
|
+
internalType: 'bytes[]',
|
|
6069
|
+
name: 'payload',
|
|
6070
|
+
type: 'bytes[]'
|
|
6071
|
+
}],
|
|
6072
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
6073
|
+
name: 'webhooks',
|
|
6074
|
+
type: 'tuple[]'
|
|
6075
|
+
}],
|
|
6076
|
+
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
6077
|
+
name: 'params',
|
|
6078
|
+
type: 'tuple'
|
|
6169
6079
|
}],
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
name: 'sender',
|
|
6176
|
-
type: 'address',
|
|
6177
|
-
indexed: true,
|
|
6178
|
-
internalType: 'address'
|
|
6179
|
-
}, {
|
|
6180
|
-
name: 'receiver',
|
|
6181
|
-
type: 'address',
|
|
6182
|
-
indexed: true,
|
|
6183
|
-
internalType: 'address'
|
|
6184
|
-
}, {
|
|
6185
|
-
name: 'amount',
|
|
6186
|
-
type: 'uint256',
|
|
6187
|
-
indexed: true,
|
|
6188
|
-
internalType: 'uint256'
|
|
6080
|
+
name: 'yodlWithUniswap',
|
|
6081
|
+
outputs: [{
|
|
6082
|
+
internalType: 'uint256',
|
|
6083
|
+
name: '',
|
|
6084
|
+
type: 'uint256'
|
|
6189
6085
|
}],
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
type: 'error',
|
|
6193
|
-
name: 'ECDSAInvalidSignature',
|
|
6194
|
-
inputs: []
|
|
6195
|
-
}, {
|
|
6196
|
-
type: 'error',
|
|
6197
|
-
name: 'ECDSAInvalidSignatureLength',
|
|
6198
|
-
inputs: [{
|
|
6199
|
-
name: 'length',
|
|
6200
|
-
type: 'uint256',
|
|
6201
|
-
internalType: 'uint256'
|
|
6202
|
-
}]
|
|
6203
|
-
}, {
|
|
6204
|
-
type: 'error',
|
|
6205
|
-
name: 'ECDSAInvalidSignatureS',
|
|
6206
|
-
inputs: [{
|
|
6207
|
-
name: 's',
|
|
6208
|
-
type: 'bytes32',
|
|
6209
|
-
internalType: 'bytes32'
|
|
6210
|
-
}]
|
|
6086
|
+
stateMutability: 'payable',
|
|
6087
|
+
type: 'function'
|
|
6211
6088
|
}, {
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
inputs: []
|
|
6089
|
+
stateMutability: 'payable',
|
|
6090
|
+
type: 'receive'
|
|
6215
6091
|
}];
|
|
6216
6092
|
|
|
6217
6093
|
var YODL_ROUTER_ABIS = {
|
|
@@ -6257,9 +6133,7 @@ var chains = [
|
|
|
6257
6133
|
"UNISWAP",
|
|
6258
6134
|
"CURVE",
|
|
6259
6135
|
"ODOS",
|
|
6260
|
-
"ONE_INCH"
|
|
6261
|
-
"OKX",
|
|
6262
|
-
"UNIZEN"
|
|
6136
|
+
"ONE_INCH"
|
|
6263
6137
|
]
|
|
6264
6138
|
},
|
|
6265
6139
|
{
|
|
@@ -6281,9 +6155,7 @@ var chains = [
|
|
|
6281
6155
|
"UNISWAP",
|
|
6282
6156
|
"CURVE",
|
|
6283
6157
|
"ODOS",
|
|
6284
|
-
"ONE_INCH"
|
|
6285
|
-
"OKX",
|
|
6286
|
-
"UNIZEN"
|
|
6158
|
+
"ONE_INCH"
|
|
6287
6159
|
]
|
|
6288
6160
|
},
|
|
6289
6161
|
{
|
|
@@ -6305,8 +6177,7 @@ var chains = [
|
|
|
6305
6177
|
"UNISWAP",
|
|
6306
6178
|
"CURVE",
|
|
6307
6179
|
"ODOS",
|
|
6308
|
-
"ONE_INCH"
|
|
6309
|
-
"UNIZEN"
|
|
6180
|
+
"ONE_INCH"
|
|
6310
6181
|
]
|
|
6311
6182
|
},
|
|
6312
6183
|
{
|
|
@@ -6348,9 +6219,7 @@ var chains = [
|
|
|
6348
6219
|
"UNISWAP",
|
|
6349
6220
|
"CURVE",
|
|
6350
6221
|
"ODOS",
|
|
6351
|
-
"ONE_INCH"
|
|
6352
|
-
"OKX",
|
|
6353
|
-
"UNIZEN"
|
|
6222
|
+
"ONE_INCH"
|
|
6354
6223
|
]
|
|
6355
6224
|
},
|
|
6356
6225
|
{
|
|
@@ -6372,8 +6241,7 @@ var chains = [
|
|
|
6372
6241
|
"UNISWAP",
|
|
6373
6242
|
"CURVE",
|
|
6374
6243
|
"ODOS",
|
|
6375
|
-
"ONE_INCH"
|
|
6376
|
-
"UNIZEN"
|
|
6244
|
+
"ONE_INCH"
|
|
6377
6245
|
]
|
|
6378
6246
|
},
|
|
6379
6247
|
{
|
|
@@ -6398,9 +6266,7 @@ var chains = [
|
|
|
6398
6266
|
"PANCAKE",
|
|
6399
6267
|
"CURVE",
|
|
6400
6268
|
"ODOS",
|
|
6401
|
-
"ONE_INCH"
|
|
6402
|
-
"OKX",
|
|
6403
|
-
"UNIZEN"
|
|
6269
|
+
"ONE_INCH"
|
|
6404
6270
|
]
|
|
6405
6271
|
}
|
|
6406
6272
|
];
|
|
@@ -6593,6 +6459,12 @@ var fiatCurrencies = [
|
|
|
6593
6459
|
decimals: 2,
|
|
6594
6460
|
name: "Colombian Peso",
|
|
6595
6461
|
symbol: "$"
|
|
6462
|
+
},
|
|
6463
|
+
{
|
|
6464
|
+
code: "XAU",
|
|
6465
|
+
decimals: 2,
|
|
6466
|
+
name: "Gold",
|
|
6467
|
+
symbol: "XAU"
|
|
6596
6468
|
}
|
|
6597
6469
|
];
|
|
6598
6470
|
|
|
@@ -23277,50 +23149,56 @@ var routerlist = {
|
|
|
23277
23149
|
},
|
|
23278
23150
|
routers: [{
|
|
23279
23151
|
chainId: 1,
|
|
23280
|
-
address: '
|
|
23281
|
-
timestamp: '2025-
|
|
23282
|
-
version: '0.
|
|
23152
|
+
address: '0x0487C9fE08dB1c21a9c3Cf373a4d93623B8169Ee',
|
|
23153
|
+
timestamp: '2025-02-26T00:00:00+00:00',
|
|
23154
|
+
version: '0.8',
|
|
23283
23155
|
fee: '0.002'
|
|
23284
23156
|
}, {
|
|
23285
23157
|
chainId: 10,
|
|
23286
|
-
address: '
|
|
23287
|
-
timestamp: '2025-
|
|
23288
|
-
version: '0.
|
|
23158
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23159
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23160
|
+
version: '0.8',
|
|
23289
23161
|
fee: '0.002'
|
|
23290
23162
|
}, {
|
|
23291
23163
|
chainId: 42161,
|
|
23292
|
-
address: '
|
|
23293
|
-
timestamp: '2025-
|
|
23294
|
-
version: '0.
|
|
23164
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23165
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23166
|
+
version: '0.8',
|
|
23295
23167
|
fee: '0.002'
|
|
23296
23168
|
}, {
|
|
23297
23169
|
chainId: 100,
|
|
23298
|
-
address: '
|
|
23299
|
-
timestamp: '2025-
|
|
23300
|
-
version: '0.
|
|
23170
|
+
address: '0x3160aE35D64c03182cAe1d64626894b563123E94',
|
|
23171
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23172
|
+
version: '0.8',
|
|
23301
23173
|
fee: '0.002'
|
|
23302
23174
|
}, {
|
|
23303
23175
|
chainId: 137,
|
|
23304
|
-
address: '
|
|
23305
|
-
timestamp: '2025-
|
|
23306
|
-
version: '0.
|
|
23176
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23177
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23178
|
+
version: '0.8',
|
|
23307
23179
|
fee: '0.002'
|
|
23308
23180
|
}, {
|
|
23309
23181
|
chainId: 8453,
|
|
23310
|
-
address: '
|
|
23311
|
-
timestamp: '2025-
|
|
23312
|
-
version: '0.
|
|
23182
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23183
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23184
|
+
version: '0.8',
|
|
23313
23185
|
fee: '0.002'
|
|
23314
23186
|
}, {
|
|
23315
23187
|
chainId: 56,
|
|
23316
|
-
address: '
|
|
23317
|
-
timestamp: '2025-
|
|
23318
|
-
version: '0.
|
|
23188
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23189
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23190
|
+
version: '0.8',
|
|
23191
|
+
fee: '0.002'
|
|
23192
|
+
}, {
|
|
23193
|
+
chainId: 421614,
|
|
23194
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23195
|
+
timestamp: '2025-10-15T00:00:00+00:00',
|
|
23196
|
+
version: '0.8',
|
|
23319
23197
|
fee: '0.002'
|
|
23320
23198
|
}]
|
|
23321
23199
|
};
|
|
23322
23200
|
|
|
23323
|
-
var timestamp = "2025-
|
|
23201
|
+
var timestamp = "2025-08-05T07:58:46.067Z";
|
|
23324
23202
|
var tokens = [
|
|
23325
23203
|
{
|
|
23326
23204
|
chainId: 1,
|
|
@@ -23333,7 +23211,7 @@ var tokens = [
|
|
|
23333
23211
|
"Mainnet",
|
|
23334
23212
|
"Native Token",
|
|
23335
23213
|
"Top10",
|
|
23336
|
-
"
|
|
23214
|
+
"Featured"
|
|
23337
23215
|
],
|
|
23338
23216
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23339
23217
|
displayDecimals: 6
|
|
@@ -23349,7 +23227,7 @@ var tokens = [
|
|
|
23349
23227
|
"Optimism",
|
|
23350
23228
|
"Native Token",
|
|
23351
23229
|
"Top10",
|
|
23352
|
-
"
|
|
23230
|
+
"Featured"
|
|
23353
23231
|
],
|
|
23354
23232
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23355
23233
|
displayDecimals: 6
|
|
@@ -23365,7 +23243,7 @@ var tokens = [
|
|
|
23365
23243
|
"Arbitrum",
|
|
23366
23244
|
"Native Token",
|
|
23367
23245
|
"Top10",
|
|
23368
|
-
"
|
|
23246
|
+
"Featured"
|
|
23369
23247
|
],
|
|
23370
23248
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23371
23249
|
displayDecimals: 6
|
|
@@ -23381,7 +23259,8 @@ var tokens = [
|
|
|
23381
23259
|
tags: [
|
|
23382
23260
|
"Arbitrum",
|
|
23383
23261
|
"Stablecoin",
|
|
23384
|
-
"EUR"
|
|
23262
|
+
"EUR",
|
|
23263
|
+
"Featured"
|
|
23385
23264
|
],
|
|
23386
23265
|
address: "0x0c06cCF38114ddfc35e07427B9424adcca9F44F8",
|
|
23387
23266
|
displayDecimals: 2
|
|
@@ -23397,7 +23276,7 @@ var tokens = [
|
|
|
23397
23276
|
"Base",
|
|
23398
23277
|
"Native Token",
|
|
23399
23278
|
"Top10",
|
|
23400
|
-
"
|
|
23279
|
+
"Featured"
|
|
23401
23280
|
],
|
|
23402
23281
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23403
23282
|
displayDecimals: 6
|
|
@@ -23412,8 +23291,8 @@ var tokens = [
|
|
|
23412
23291
|
tags: [
|
|
23413
23292
|
"Mainnet",
|
|
23414
23293
|
"Native Token",
|
|
23415
|
-
"
|
|
23416
|
-
"
|
|
23294
|
+
"Featured",
|
|
23295
|
+
"Wrapped"
|
|
23417
23296
|
],
|
|
23418
23297
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
23419
23298
|
displayDecimals: 6
|
|
@@ -23428,8 +23307,8 @@ var tokens = [
|
|
|
23428
23307
|
tags: [
|
|
23429
23308
|
"Optimism",
|
|
23430
23309
|
"Native Token",
|
|
23431
|
-
"
|
|
23432
|
-
"
|
|
23310
|
+
"Featured",
|
|
23311
|
+
"Wrapped"
|
|
23433
23312
|
],
|
|
23434
23313
|
address: "0x4200000000000000000000000000000000000006",
|
|
23435
23314
|
displayDecimals: 6
|
|
@@ -23444,8 +23323,8 @@ var tokens = [
|
|
|
23444
23323
|
tags: [
|
|
23445
23324
|
"Arbitrum",
|
|
23446
23325
|
"Native Token",
|
|
23447
|
-
"
|
|
23448
|
-
"
|
|
23326
|
+
"Featured",
|
|
23327
|
+
"Wrapped"
|
|
23449
23328
|
],
|
|
23450
23329
|
address: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
23451
23330
|
displayDecimals: 6
|
|
@@ -23460,8 +23339,8 @@ var tokens = [
|
|
|
23460
23339
|
tags: [
|
|
23461
23340
|
"Base",
|
|
23462
23341
|
"Native Token",
|
|
23463
|
-
"
|
|
23464
|
-
"
|
|
23342
|
+
"Featured",
|
|
23343
|
+
"Wrapped"
|
|
23465
23344
|
],
|
|
23466
23345
|
address: "0x4200000000000000000000000000000000000006",
|
|
23467
23346
|
displayDecimals: 6
|
|
@@ -23479,7 +23358,7 @@ var tokens = [
|
|
|
23479
23358
|
"Stablecoin",
|
|
23480
23359
|
"Top10",
|
|
23481
23360
|
"USD",
|
|
23482
|
-
"
|
|
23361
|
+
"Featured"
|
|
23483
23362
|
],
|
|
23484
23363
|
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
23485
23364
|
displayDecimals: 2
|
|
@@ -23497,7 +23376,7 @@ var tokens = [
|
|
|
23497
23376
|
"Stablecoin",
|
|
23498
23377
|
"Top10",
|
|
23499
23378
|
"USD",
|
|
23500
|
-
"
|
|
23379
|
+
"Featured"
|
|
23501
23380
|
],
|
|
23502
23381
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58",
|
|
23503
23382
|
displayDecimals: 2
|
|
@@ -23515,7 +23394,7 @@ var tokens = [
|
|
|
23515
23394
|
"Stablecoin",
|
|
23516
23395
|
"Top10",
|
|
23517
23396
|
"USD",
|
|
23518
|
-
"
|
|
23397
|
+
"Featured"
|
|
23519
23398
|
],
|
|
23520
23399
|
address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
|
|
23521
23400
|
displayDecimals: 2
|
|
@@ -23533,7 +23412,7 @@ var tokens = [
|
|
|
23533
23412
|
"Stablecoin",
|
|
23534
23413
|
"Top10",
|
|
23535
23414
|
"USD",
|
|
23536
|
-
"
|
|
23415
|
+
"Featured"
|
|
23537
23416
|
],
|
|
23538
23417
|
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
23539
23418
|
displayDecimals: 2
|
|
@@ -23550,7 +23429,7 @@ var tokens = [
|
|
|
23550
23429
|
"Mainnet",
|
|
23551
23430
|
"Stablecoin",
|
|
23552
23431
|
"USD",
|
|
23553
|
-
"
|
|
23432
|
+
"Featured"
|
|
23554
23433
|
],
|
|
23555
23434
|
address: "0x4F604735c1cF31399C6E711D5962b2B3E0225AD3",
|
|
23556
23435
|
displayDecimals: 2
|
|
@@ -23568,7 +23447,7 @@ var tokens = [
|
|
|
23568
23447
|
"Stablecoin",
|
|
23569
23448
|
"Top10",
|
|
23570
23449
|
"USD",
|
|
23571
|
-
"
|
|
23450
|
+
"Featured"
|
|
23572
23451
|
],
|
|
23573
23452
|
address: "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
|
|
23574
23453
|
displayDecimals: 2
|
|
@@ -23586,7 +23465,7 @@ var tokens = [
|
|
|
23586
23465
|
"Stablecoin",
|
|
23587
23466
|
"Top10",
|
|
23588
23467
|
"USD",
|
|
23589
|
-
"
|
|
23468
|
+
"Featured"
|
|
23590
23469
|
],
|
|
23591
23470
|
address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
23592
23471
|
displayDecimals: 2
|
|
@@ -23603,7 +23482,7 @@ var tokens = [
|
|
|
23603
23482
|
"Optimism",
|
|
23604
23483
|
"Stablecoin",
|
|
23605
23484
|
"USD",
|
|
23606
|
-
"
|
|
23485
|
+
"Featured"
|
|
23607
23486
|
],
|
|
23608
23487
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23609
23488
|
displayDecimals: 2
|
|
@@ -23621,7 +23500,7 @@ var tokens = [
|
|
|
23621
23500
|
"Stablecoin",
|
|
23622
23501
|
"Top10",
|
|
23623
23502
|
"USD",
|
|
23624
|
-
"
|
|
23503
|
+
"Featured"
|
|
23625
23504
|
],
|
|
23626
23505
|
address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
23627
23506
|
displayDecimals: 2
|
|
@@ -23638,7 +23517,7 @@ var tokens = [
|
|
|
23638
23517
|
"Base",
|
|
23639
23518
|
"Stablecoin",
|
|
23640
23519
|
"USD",
|
|
23641
|
-
"
|
|
23520
|
+
"Featured"
|
|
23642
23521
|
],
|
|
23643
23522
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23644
23523
|
displayDecimals: 2
|
|
@@ -23656,7 +23535,7 @@ var tokens = [
|
|
|
23656
23535
|
"Stablecoin",
|
|
23657
23536
|
"Top10",
|
|
23658
23537
|
"USD",
|
|
23659
|
-
"
|
|
23538
|
+
"Featured"
|
|
23660
23539
|
],
|
|
23661
23540
|
address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
23662
23541
|
displayDecimals: 2
|
|
@@ -23674,7 +23553,7 @@ var tokens = [
|
|
|
23674
23553
|
"Stablecoin",
|
|
23675
23554
|
"Top10",
|
|
23676
23555
|
"USD",
|
|
23677
|
-
"
|
|
23556
|
+
"Featured"
|
|
23678
23557
|
],
|
|
23679
23558
|
address: "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
|
|
23680
23559
|
displayDecimals: 2
|
|
@@ -23691,7 +23570,7 @@ var tokens = [
|
|
|
23691
23570
|
"Arbitrum",
|
|
23692
23571
|
"Stablecoin",
|
|
23693
23572
|
"USD",
|
|
23694
|
-
"
|
|
23573
|
+
"Featured"
|
|
23695
23574
|
],
|
|
23696
23575
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23697
23576
|
displayDecimals: 2
|
|
@@ -23709,7 +23588,7 @@ var tokens = [
|
|
|
23709
23588
|
"Stablecoin",
|
|
23710
23589
|
"Top10",
|
|
23711
23590
|
"USD",
|
|
23712
|
-
"
|
|
23591
|
+
"Featured"
|
|
23713
23592
|
],
|
|
23714
23593
|
address: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
23715
23594
|
displayDecimals: 2
|
|
@@ -23727,7 +23606,7 @@ var tokens = [
|
|
|
23727
23606
|
"Stablecoin",
|
|
23728
23607
|
"Top10",
|
|
23729
23608
|
"USD",
|
|
23730
|
-
"
|
|
23609
|
+
"Featured"
|
|
23731
23610
|
],
|
|
23732
23611
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
23733
23612
|
displayDecimals: 2
|
|
@@ -23745,28 +23624,11 @@ var tokens = [
|
|
|
23745
23624
|
"Stablecoin",
|
|
23746
23625
|
"Top10",
|
|
23747
23626
|
"USD",
|
|
23748
|
-
"
|
|
23627
|
+
"Featured"
|
|
23749
23628
|
],
|
|
23750
23629
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
23751
23630
|
displayDecimals: 2
|
|
23752
23631
|
},
|
|
23753
|
-
{
|
|
23754
|
-
chainId: 8453,
|
|
23755
|
-
coinGeckoId: "dai",
|
|
23756
|
-
name: "DAI",
|
|
23757
|
-
symbol: "DAI",
|
|
23758
|
-
currency: "USD",
|
|
23759
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23760
|
-
decimals: 18,
|
|
23761
|
-
tags: [
|
|
23762
|
-
"Base",
|
|
23763
|
-
"Stablecoin",
|
|
23764
|
-
"Top10",
|
|
23765
|
-
"USD",
|
|
23766
|
-
"featured"
|
|
23767
|
-
],
|
|
23768
|
-
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb"
|
|
23769
|
-
},
|
|
23770
23632
|
{
|
|
23771
23633
|
chainId: 1,
|
|
23772
23634
|
coinGeckoId: "crvusd",
|
|
@@ -23779,7 +23641,7 @@ var tokens = [
|
|
|
23779
23641
|
"Mainnet",
|
|
23780
23642
|
"Stablecoin",
|
|
23781
23643
|
"USD",
|
|
23782
|
-
"
|
|
23644
|
+
"Featured"
|
|
23783
23645
|
],
|
|
23784
23646
|
address: "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
|
|
23785
23647
|
displayDecimals: 2
|
|
@@ -23795,7 +23657,7 @@ var tokens = [
|
|
|
23795
23657
|
tags: [
|
|
23796
23658
|
"Stablecoin",
|
|
23797
23659
|
"USD",
|
|
23798
|
-
"
|
|
23660
|
+
"Featured"
|
|
23799
23661
|
],
|
|
23800
23662
|
address: "0xc52d7f23a2e460248db6ee192cb23dd12bddcbf6",
|
|
23801
23663
|
displayDecimals: 2
|
|
@@ -23811,7 +23673,7 @@ var tokens = [
|
|
|
23811
23673
|
tags: [
|
|
23812
23674
|
"Stablecoin",
|
|
23813
23675
|
"USD",
|
|
23814
|
-
"
|
|
23676
|
+
"Featured"
|
|
23815
23677
|
],
|
|
23816
23678
|
address: "0xaBEf652195F98A91E490f047A5006B71c85f058d",
|
|
23817
23679
|
displayDecimals: 2
|
|
@@ -23827,7 +23689,7 @@ var tokens = [
|
|
|
23827
23689
|
tags: [
|
|
23828
23690
|
"Stablecoin",
|
|
23829
23691
|
"USD",
|
|
23830
|
-
"
|
|
23692
|
+
"Featured"
|
|
23831
23693
|
],
|
|
23832
23694
|
address: "0xc4Ce1D6F5D98D65eE25Cf85e9F2E9DcFEe6Cb5d6",
|
|
23833
23695
|
displayDecimals: 2
|
|
@@ -23843,7 +23705,7 @@ var tokens = [
|
|
|
23843
23705
|
tags: [
|
|
23844
23706
|
"Stablecoin",
|
|
23845
23707
|
"USD",
|
|
23846
|
-
"
|
|
23708
|
+
"Featured"
|
|
23847
23709
|
],
|
|
23848
23710
|
address: "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93",
|
|
23849
23711
|
displayDecimals: 2
|
|
@@ -23859,7 +23721,7 @@ var tokens = [
|
|
|
23859
23721
|
tags: [
|
|
23860
23722
|
"Stablecoin",
|
|
23861
23723
|
"USD",
|
|
23862
|
-
"
|
|
23724
|
+
"Featured"
|
|
23863
23725
|
],
|
|
23864
23726
|
address: "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5",
|
|
23865
23727
|
displayDecimals: 2
|
|
@@ -23875,44 +23737,12 @@ var tokens = [
|
|
|
23875
23737
|
tags: [
|
|
23876
23738
|
"Mainnet",
|
|
23877
23739
|
"Stablecoin",
|
|
23878
|
-
"EUR"
|
|
23740
|
+
"EUR",
|
|
23741
|
+
"Featured"
|
|
23879
23742
|
],
|
|
23880
23743
|
address: "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
|
|
23881
23744
|
displayDecimals: 2
|
|
23882
23745
|
},
|
|
23883
|
-
{
|
|
23884
|
-
chainId: 5,
|
|
23885
|
-
name: "XUSD",
|
|
23886
|
-
symbol: "XUSD",
|
|
23887
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23888
|
-
decimals: 18,
|
|
23889
|
-
tags: [
|
|
23890
|
-
"TESTNET"
|
|
23891
|
-
],
|
|
23892
|
-
address: "0x33ca3889bb0032e9c3794b608a242d27e7293353"
|
|
23893
|
-
},
|
|
23894
|
-
{
|
|
23895
|
-
chainId: 5,
|
|
23896
|
-
name: "USDC.test",
|
|
23897
|
-
symbol: "USDC",
|
|
23898
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23899
|
-
decimals: 18,
|
|
23900
|
-
tags: [
|
|
23901
|
-
"TESTNET"
|
|
23902
|
-
],
|
|
23903
|
-
address: "0xe5768E2dDEc1E50Ac2672a2d75D63d36A8Ec88d9"
|
|
23904
|
-
},
|
|
23905
|
-
{
|
|
23906
|
-
chainId: 5,
|
|
23907
|
-
name: "USDT.test",
|
|
23908
|
-
symbol: "USDT",
|
|
23909
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
23910
|
-
decimals: 18,
|
|
23911
|
-
tags: [
|
|
23912
|
-
"TESTNET"
|
|
23913
|
-
],
|
|
23914
|
-
address: "0xeB87E5d9c773d3E802989295147564985B5B358C"
|
|
23915
|
-
},
|
|
23916
23746
|
{
|
|
23917
23747
|
chainId: 43114,
|
|
23918
23748
|
coinGeckoId: "dai",
|
|
@@ -23923,7 +23753,8 @@ var tokens = [
|
|
|
23923
23753
|
currency: "USD",
|
|
23924
23754
|
tags: [
|
|
23925
23755
|
"Avalanche",
|
|
23926
|
-
"
|
|
23756
|
+
"Stablecoin",
|
|
23757
|
+
"Featured"
|
|
23927
23758
|
],
|
|
23928
23759
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23929
23760
|
displayDecimals: 2
|
|
@@ -23938,7 +23769,8 @@ var tokens = [
|
|
|
23938
23769
|
currency: "USD",
|
|
23939
23770
|
tags: [
|
|
23940
23771
|
"Avalanche",
|
|
23941
|
-
"
|
|
23772
|
+
"Stablecoin",
|
|
23773
|
+
"Featured"
|
|
23942
23774
|
],
|
|
23943
23775
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
23944
23776
|
displayDecimals: 2
|
|
@@ -23953,9 +23785,9 @@ var tokens = [
|
|
|
23953
23785
|
currency: "USD",
|
|
23954
23786
|
tags: [
|
|
23955
23787
|
"Avalanche",
|
|
23956
|
-
"
|
|
23788
|
+
"Stablecoin",
|
|
23957
23789
|
"USD",
|
|
23958
|
-
"
|
|
23790
|
+
"Featured"
|
|
23959
23791
|
],
|
|
23960
23792
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23961
23793
|
displayDecimals: 2
|
|
@@ -23969,8 +23801,8 @@ var tokens = [
|
|
|
23969
23801
|
symbol: "MIM",
|
|
23970
23802
|
tags: [
|
|
23971
23803
|
"Avalanche",
|
|
23972
|
-
"
|
|
23973
|
-
"
|
|
23804
|
+
"Stablecoin",
|
|
23805
|
+
"Featured"
|
|
23974
23806
|
],
|
|
23975
23807
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/MIM.svg",
|
|
23976
23808
|
displayDecimals: 2
|
|
@@ -23988,7 +23820,7 @@ var tokens = [
|
|
|
23988
23820
|
"Stablecoin",
|
|
23989
23821
|
"Top10",
|
|
23990
23822
|
"USD",
|
|
23991
|
-
"
|
|
23823
|
+
"Featured"
|
|
23992
23824
|
],
|
|
23993
23825
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23994
23826
|
displayDecimals: 2
|
|
@@ -24006,7 +23838,7 @@ var tokens = [
|
|
|
24006
23838
|
"Stablecoin",
|
|
24007
23839
|
"Top10",
|
|
24008
23840
|
"USD",
|
|
24009
|
-
"
|
|
23841
|
+
"Featured"
|
|
24010
23842
|
],
|
|
24011
23843
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24012
23844
|
displayDecimals: 2
|
|
@@ -24024,7 +23856,7 @@ var tokens = [
|
|
|
24024
23856
|
"Stablecoin",
|
|
24025
23857
|
"Top10",
|
|
24026
23858
|
"USD",
|
|
24027
|
-
"
|
|
23859
|
+
"Featured"
|
|
24028
23860
|
],
|
|
24029
23861
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24030
23862
|
displayDecimals: 2
|
|
@@ -24042,7 +23874,7 @@ var tokens = [
|
|
|
24042
23874
|
"Stablecoin",
|
|
24043
23875
|
"Top10",
|
|
24044
23876
|
"USD",
|
|
24045
|
-
"
|
|
23877
|
+
"Featured"
|
|
24046
23878
|
],
|
|
24047
23879
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24048
23880
|
displayDecimals: 2
|
|
@@ -24060,14 +23892,14 @@ var tokens = [
|
|
|
24060
23892
|
"Stablecoin",
|
|
24061
23893
|
"Native Token",
|
|
24062
23894
|
"USD",
|
|
24063
|
-
"
|
|
23895
|
+
"Featured"
|
|
24064
23896
|
],
|
|
24065
23897
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/xDAI.svg",
|
|
24066
23898
|
displayDecimals: 2
|
|
24067
23899
|
},
|
|
24068
23900
|
{
|
|
24069
23901
|
chainId: 100,
|
|
24070
|
-
coinGeckoId: "
|
|
23902
|
+
coinGeckoId: "xdai",
|
|
24071
23903
|
address: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
|
|
24072
23904
|
decimals: 18,
|
|
24073
23905
|
name: "wxDAI",
|
|
@@ -24078,8 +23910,8 @@ var tokens = [
|
|
|
24078
23910
|
"Stablecoin",
|
|
24079
23911
|
"Native Token",
|
|
24080
23912
|
"USD",
|
|
24081
|
-
"
|
|
24082
|
-
"
|
|
23913
|
+
"Featured",
|
|
23914
|
+
"Wrapped"
|
|
24083
23915
|
],
|
|
24084
23916
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/wxDAI.svg",
|
|
24085
23917
|
displayDecimals: 2
|
|
@@ -24095,7 +23927,7 @@ var tokens = [
|
|
|
24095
23927
|
tags: [
|
|
24096
23928
|
"Gnosis",
|
|
24097
23929
|
"Stablecoin",
|
|
24098
|
-
"
|
|
23930
|
+
"Featured"
|
|
24099
23931
|
],
|
|
24100
23932
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",
|
|
24101
23933
|
displayDecimals: 2
|
|
@@ -24110,7 +23942,7 @@ var tokens = [
|
|
|
24110
23942
|
tags: [
|
|
24111
23943
|
"Polygon",
|
|
24112
23944
|
"Native Token",
|
|
24113
|
-
"
|
|
23945
|
+
"Featured"
|
|
24114
23946
|
],
|
|
24115
23947
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
24116
23948
|
displayDecimals: 1
|
|
@@ -24125,8 +23957,8 @@ var tokens = [
|
|
|
24125
23957
|
tags: [
|
|
24126
23958
|
"Polygon",
|
|
24127
23959
|
"Native Token",
|
|
24128
|
-
"
|
|
24129
|
-
"
|
|
23960
|
+
"Featured",
|
|
23961
|
+
"Wrapped"
|
|
24130
23962
|
],
|
|
24131
23963
|
address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
|
|
24132
23964
|
displayDecimals: 1
|
|
@@ -24144,7 +23976,7 @@ var tokens = [
|
|
|
24144
23976
|
"Stablecoin",
|
|
24145
23977
|
"Top10",
|
|
24146
23978
|
"USD",
|
|
24147
|
-
"
|
|
23979
|
+
"Featured"
|
|
24148
23980
|
],
|
|
24149
23981
|
address: "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
24150
23982
|
displayDecimals: 2
|
|
@@ -24162,7 +23994,7 @@ var tokens = [
|
|
|
24162
23994
|
"Stablecoin",
|
|
24163
23995
|
"Top10",
|
|
24164
23996
|
"USD",
|
|
24165
|
-
"
|
|
23997
|
+
"Featured"
|
|
24166
23998
|
],
|
|
24167
23999
|
address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
|
|
24168
24000
|
displayDecimals: 2
|
|
@@ -24180,7 +24012,7 @@ var tokens = [
|
|
|
24180
24012
|
"Stablecoin",
|
|
24181
24013
|
"Top10",
|
|
24182
24014
|
"USD",
|
|
24183
|
-
"
|
|
24015
|
+
"Featured"
|
|
24184
24016
|
],
|
|
24185
24017
|
address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
|
|
24186
24018
|
displayDecimals: 2
|
|
@@ -24198,7 +24030,7 @@ var tokens = [
|
|
|
24198
24030
|
"Stablecoin",
|
|
24199
24031
|
"Top10",
|
|
24200
24032
|
"USD",
|
|
24201
|
-
"
|
|
24033
|
+
"Featured"
|
|
24202
24034
|
],
|
|
24203
24035
|
address: "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
|
|
24204
24036
|
displayDecimals: 2
|
|
@@ -24214,7 +24046,7 @@ var tokens = [
|
|
|
24214
24046
|
tags: [
|
|
24215
24047
|
"Polygon",
|
|
24216
24048
|
"Stablecoin",
|
|
24217
|
-
"
|
|
24049
|
+
"Featured"
|
|
24218
24050
|
],
|
|
24219
24051
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",
|
|
24220
24052
|
displayDecimals: 2
|
|
@@ -24231,7 +24063,7 @@ var tokens = [
|
|
|
24231
24063
|
"Polygon",
|
|
24232
24064
|
"Stablecoin",
|
|
24233
24065
|
"USD",
|
|
24234
|
-
"
|
|
24066
|
+
"Featured"
|
|
24235
24067
|
],
|
|
24236
24068
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
24237
24069
|
displayDecimals: 2
|
|
@@ -24246,9 +24078,10 @@ var tokens = [
|
|
|
24246
24078
|
tags: [
|
|
24247
24079
|
"BNB Smart Chain",
|
|
24248
24080
|
"Native Token",
|
|
24249
|
-
"
|
|
24081
|
+
"Featured"
|
|
24250
24082
|
],
|
|
24251
|
-
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
|
|
24083
|
+
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
24084
|
+
displayDecimals: 5
|
|
24252
24085
|
},
|
|
24253
24086
|
{
|
|
24254
24087
|
chainId: 56,
|
|
@@ -24260,10 +24093,11 @@ var tokens = [
|
|
|
24260
24093
|
tags: [
|
|
24261
24094
|
"BNB Smart Chain",
|
|
24262
24095
|
"Native Token",
|
|
24263
|
-
"
|
|
24264
|
-
"
|
|
24096
|
+
"Featured",
|
|
24097
|
+
"Wrapped"
|
|
24265
24098
|
],
|
|
24266
|
-
address: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"
|
|
24099
|
+
address: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
|
|
24100
|
+
displayDecimals: 5
|
|
24267
24101
|
},
|
|
24268
24102
|
{
|
|
24269
24103
|
chainId: 56,
|
|
@@ -24278,7 +24112,7 @@ var tokens = [
|
|
|
24278
24112
|
"Stablecoin",
|
|
24279
24113
|
"Top10",
|
|
24280
24114
|
"USD",
|
|
24281
|
-
"
|
|
24115
|
+
"Featured"
|
|
24282
24116
|
],
|
|
24283
24117
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24284
24118
|
displayDecimals: 2
|
|
@@ -24296,7 +24130,7 @@ var tokens = [
|
|
|
24296
24130
|
"Stablecoin",
|
|
24297
24131
|
"Top10",
|
|
24298
24132
|
"USD",
|
|
24299
|
-
"
|
|
24133
|
+
"Featured"
|
|
24300
24134
|
],
|
|
24301
24135
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24302
24136
|
displayDecimals: 2
|
|
@@ -24307,13 +24141,12 @@ var tokens = [
|
|
|
24307
24141
|
coinGeckoId: "dai",
|
|
24308
24142
|
name: "Dai",
|
|
24309
24143
|
symbol: "DAI",
|
|
24310
|
-
currency: "USD",
|
|
24311
24144
|
decimals: 18,
|
|
24312
24145
|
tags: [
|
|
24313
24146
|
"BNB Smart Chain",
|
|
24314
24147
|
"Stablecoin",
|
|
24315
24148
|
"USD",
|
|
24316
|
-
"
|
|
24149
|
+
"Featured"
|
|
24317
24150
|
],
|
|
24318
24151
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
24319
24152
|
displayDecimals: 2
|
|
@@ -24329,7 +24162,7 @@ var tokens = [
|
|
|
24329
24162
|
tags: [
|
|
24330
24163
|
"Mainnet",
|
|
24331
24164
|
"Stablecoin",
|
|
24332
|
-
"
|
|
24165
|
+
"Featured",
|
|
24333
24166
|
"USD"
|
|
24334
24167
|
],
|
|
24335
24168
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24346,7 +24179,7 @@ var tokens = [
|
|
|
24346
24179
|
tags: [
|
|
24347
24180
|
"Mainnet",
|
|
24348
24181
|
"Stablecoin",
|
|
24349
|
-
"
|
|
24182
|
+
"Featured",
|
|
24350
24183
|
"USD",
|
|
24351
24184
|
"Wrapped"
|
|
24352
24185
|
],
|
|
@@ -24363,7 +24196,7 @@ var tokens = [
|
|
|
24363
24196
|
currency: "USD",
|
|
24364
24197
|
tags: [
|
|
24365
24198
|
"Stablecoin",
|
|
24366
|
-
"
|
|
24199
|
+
"Featured",
|
|
24367
24200
|
"USD"
|
|
24368
24201
|
],
|
|
24369
24202
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24379,7 +24212,7 @@ var tokens = [
|
|
|
24379
24212
|
currency: "USD",
|
|
24380
24213
|
tags: [
|
|
24381
24214
|
"Stablecoin",
|
|
24382
|
-
"
|
|
24215
|
+
"Featured",
|
|
24383
24216
|
"USD",
|
|
24384
24217
|
"Wrapped"
|
|
24385
24218
|
],
|
|
@@ -24396,7 +24229,7 @@ var tokens = [
|
|
|
24396
24229
|
currency: "USD",
|
|
24397
24230
|
tags: [
|
|
24398
24231
|
"Stablecoin",
|
|
24399
|
-
"
|
|
24232
|
+
"Featured",
|
|
24400
24233
|
"USD"
|
|
24401
24234
|
],
|
|
24402
24235
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24412,7 +24245,7 @@ var tokens = [
|
|
|
24412
24245
|
currency: "USD",
|
|
24413
24246
|
tags: [
|
|
24414
24247
|
"Stablecoin",
|
|
24415
|
-
"
|
|
24248
|
+
"Featured",
|
|
24416
24249
|
"USD",
|
|
24417
24250
|
"Wrapped"
|
|
24418
24251
|
],
|
|
@@ -24429,7 +24262,7 @@ var tokens = [
|
|
|
24429
24262
|
currency: "USD",
|
|
24430
24263
|
tags: [
|
|
24431
24264
|
"Stablecoin",
|
|
24432
|
-
"
|
|
24265
|
+
"Featured",
|
|
24433
24266
|
"USD"
|
|
24434
24267
|
],
|
|
24435
24268
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24445,7 +24278,7 @@ var tokens = [
|
|
|
24445
24278
|
currency: "USD",
|
|
24446
24279
|
tags: [
|
|
24447
24280
|
"Stablecoin",
|
|
24448
|
-
"
|
|
24281
|
+
"Featured",
|
|
24449
24282
|
"USD",
|
|
24450
24283
|
"Wrapped"
|
|
24451
24284
|
],
|
|
@@ -24462,7 +24295,7 @@ var tokens = [
|
|
|
24462
24295
|
currency: "USD",
|
|
24463
24296
|
tags: [
|
|
24464
24297
|
"Stablecoin",
|
|
24465
|
-
"
|
|
24298
|
+
"Featured",
|
|
24466
24299
|
"USD"
|
|
24467
24300
|
],
|
|
24468
24301
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24478,7 +24311,7 @@ var tokens = [
|
|
|
24478
24311
|
currency: "USD",
|
|
24479
24312
|
tags: [
|
|
24480
24313
|
"Stablecoin",
|
|
24481
|
-
"
|
|
24314
|
+
"Featured",
|
|
24482
24315
|
"USD",
|
|
24483
24316
|
"Wrapped"
|
|
24484
24317
|
],
|
|
@@ -24495,7 +24328,7 @@ var tokens = [
|
|
|
24495
24328
|
currency: "IDR",
|
|
24496
24329
|
tags: [
|
|
24497
24330
|
"Stablecoin",
|
|
24498
|
-
"
|
|
24331
|
+
"Featured",
|
|
24499
24332
|
"IDR"
|
|
24500
24333
|
],
|
|
24501
24334
|
address: "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
|
|
@@ -24511,7 +24344,7 @@ var tokens = [
|
|
|
24511
24344
|
currency: "IDR",
|
|
24512
24345
|
tags: [
|
|
24513
24346
|
"Stablecoin",
|
|
24514
|
-
"
|
|
24347
|
+
"Featured",
|
|
24515
24348
|
"IDR"
|
|
24516
24349
|
],
|
|
24517
24350
|
address: "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
|
|
@@ -24527,7 +24360,7 @@ var tokens = [
|
|
|
24527
24360
|
currency: "IDR",
|
|
24528
24361
|
tags: [
|
|
24529
24362
|
"Stablecoin",
|
|
24530
|
-
"
|
|
24363
|
+
"Featured",
|
|
24531
24364
|
"IDR"
|
|
24532
24365
|
],
|
|
24533
24366
|
address: "0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22",
|
|
@@ -24626,7 +24459,7 @@ var tokens = [
|
|
|
24626
24459
|
"Stablecoin",
|
|
24627
24460
|
"Native Token",
|
|
24628
24461
|
"USD",
|
|
24629
|
-
"
|
|
24462
|
+
"Featured"
|
|
24630
24463
|
],
|
|
24631
24464
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sxDAI.png",
|
|
24632
24465
|
displayDecimals: 2
|
|
@@ -24640,7 +24473,7 @@ var tokens = [
|
|
|
24640
24473
|
symbol: "CRV",
|
|
24641
24474
|
tags: [
|
|
24642
24475
|
"Gnosis",
|
|
24643
|
-
"
|
|
24476
|
+
"Featured"
|
|
24644
24477
|
],
|
|
24645
24478
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/CRV.png",
|
|
24646
24479
|
displayDecimals: 2
|
|
@@ -24654,23 +24487,11 @@ var tokens = [
|
|
|
24654
24487
|
symbol: "GNO",
|
|
24655
24488
|
tags: [
|
|
24656
24489
|
"Gnosis",
|
|
24657
|
-
"
|
|
24490
|
+
"Featured"
|
|
24658
24491
|
],
|
|
24659
24492
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/GNO.png",
|
|
24660
24493
|
displayDecimals: 4
|
|
24661
24494
|
},
|
|
24662
|
-
{
|
|
24663
|
-
chainId: 100,
|
|
24664
|
-
address: "0xa4ef9da5ba71cc0d2e5e877a910a37ec43420445",
|
|
24665
|
-
decimals: 18,
|
|
24666
|
-
name: "Staked Gnosis",
|
|
24667
|
-
symbol: "sGNO",
|
|
24668
|
-
tags: [
|
|
24669
|
-
"Gnosis",
|
|
24670
|
-
"featured"
|
|
24671
|
-
],
|
|
24672
|
-
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sGNO.png"
|
|
24673
|
-
},
|
|
24674
24495
|
{
|
|
24675
24496
|
chainId: 100,
|
|
24676
24497
|
coinGeckoId: "bread",
|
|
@@ -24680,7 +24501,7 @@ var tokens = [
|
|
|
24680
24501
|
symbol: "BRD",
|
|
24681
24502
|
tags: [
|
|
24682
24503
|
"Gnosis",
|
|
24683
|
-
"
|
|
24504
|
+
"Featured"
|
|
24684
24505
|
],
|
|
24685
24506
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/BRD.png",
|
|
24686
24507
|
displayDecimals: 0
|
|
@@ -24694,25 +24515,12 @@ var tokens = [
|
|
|
24694
24515
|
symbol: "EURC.e",
|
|
24695
24516
|
tags: [
|
|
24696
24517
|
"Gnosis",
|
|
24697
|
-
"
|
|
24518
|
+
"Featured",
|
|
24698
24519
|
"Stablecoin"
|
|
24699
24520
|
],
|
|
24700
24521
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/EURC.png",
|
|
24701
24522
|
displayDecimals: 2
|
|
24702
24523
|
},
|
|
24703
|
-
{
|
|
24704
|
-
chainId: 100,
|
|
24705
|
-
address: "0xc6ed4f520f6a4e4dc27273509239b7f8a68d2068",
|
|
24706
|
-
decimals: 18,
|
|
24707
|
-
name: "Ubiquity Dollar",
|
|
24708
|
-
symbol: "UUSD",
|
|
24709
|
-
tags: [
|
|
24710
|
-
"Gnosis",
|
|
24711
|
-
"featured",
|
|
24712
|
-
"Stablecoin"
|
|
24713
|
-
],
|
|
24714
|
-
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/UUSD.png"
|
|
24715
|
-
},
|
|
24716
24524
|
{
|
|
24717
24525
|
chainId: 137,
|
|
24718
24526
|
coinGeckoId: "brz",
|
|
@@ -24811,7 +24619,8 @@ var tokens = [
|
|
|
24811
24619
|
"Featured",
|
|
24812
24620
|
"XAU"
|
|
24813
24621
|
],
|
|
24814
|
-
address: "0x68749665ff8d2d112fa859aa293f07a622782f38"
|
|
24622
|
+
address: "0x68749665ff8d2d112fa859aa293f07a622782f38",
|
|
24623
|
+
displayDecimals: 2
|
|
24815
24624
|
},
|
|
24816
24625
|
{
|
|
24817
24626
|
chainId: 42161,
|
|
@@ -24910,6 +24719,19 @@ var tokens = [
|
|
|
24910
24719
|
],
|
|
24911
24720
|
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",
|
|
24912
24721
|
displayDecimals: 2
|
|
24722
|
+
},
|
|
24723
|
+
{
|
|
24724
|
+
chainId: 421614,
|
|
24725
|
+
coinGeckoId: "",
|
|
24726
|
+
name: "Manteca USDC Faucet",
|
|
24727
|
+
symbol: "USDC.test",
|
|
24728
|
+
currency: "USD",
|
|
24729
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24730
|
+
decimals: 6,
|
|
24731
|
+
tags: [
|
|
24732
|
+
],
|
|
24733
|
+
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",
|
|
24734
|
+
displayDecimals: 2
|
|
24913
24735
|
}
|
|
24914
24736
|
];
|
|
24915
24737
|
var featuredTokenlist = {
|
|
@@ -24917,7 +24739,7 @@ var featuredTokenlist = {
|
|
|
24917
24739
|
tokens: tokens
|
|
24918
24740
|
};
|
|
24919
24741
|
|
|
24920
|
-
var timestamp$1 = "2025-
|
|
24742
|
+
var timestamp$1 = "2025-08-05T07:58:46.069Z";
|
|
24921
24743
|
var tokens$1 = [
|
|
24922
24744
|
{
|
|
24923
24745
|
chainId: 1,
|
|
@@ -25267,7 +25089,7 @@ var tokens$1 = [
|
|
|
25267
25089
|
decimals: 18,
|
|
25268
25090
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
25269
25091
|
coinGeckoId: "frax-share",
|
|
25270
|
-
displayDecimals:
|
|
25092
|
+
displayDecimals: 2
|
|
25271
25093
|
},
|
|
25272
25094
|
{
|
|
25273
25095
|
chainId: 1,
|
|
@@ -26067,7 +25889,7 @@ var tokens$1 = [
|
|
|
26067
25889
|
decimals: 18,
|
|
26068
25890
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
26069
25891
|
coinGeckoId: "frax-share",
|
|
26070
|
-
displayDecimals:
|
|
25892
|
+
displayDecimals: 2
|
|
26071
25893
|
},
|
|
26072
25894
|
{
|
|
26073
25895
|
chainId: 137,
|
|
@@ -26516,7 +26338,7 @@ var tokens$1 = [
|
|
|
26516
26338
|
decimals: 18,
|
|
26517
26339
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
26518
26340
|
coinGeckoId: "frax-share",
|
|
26519
|
-
displayDecimals:
|
|
26341
|
+
displayDecimals: 2
|
|
26520
26342
|
},
|
|
26521
26343
|
{
|
|
26522
26344
|
chainId: 42161,
|
|
@@ -26606,7 +26428,7 @@ var tokens$1 = [
|
|
|
26606
26428
|
decimals: 18,
|
|
26607
26429
|
logoUri: "https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",
|
|
26608
26430
|
coinGeckoId: "inception-restaked-steth",
|
|
26609
|
-
displayDecimals:
|
|
26431
|
+
displayDecimals: 6
|
|
26610
26432
|
},
|
|
26611
26433
|
{
|
|
26612
26434
|
chainId: 42161,
|
|
@@ -27025,7 +26847,8 @@ var tokens$1 = [
|
|
|
27025
26847
|
symbol: "AMP",
|
|
27026
26848
|
decimals: 18,
|
|
27027
26849
|
logoUri: "https://assets.coingecko.com/coins/images/37421/original/AmpedLogoTrans-200.png?1714377313",
|
|
27028
|
-
coinGeckoId: "amped-finance"
|
|
26850
|
+
coinGeckoId: "amped-finance",
|
|
26851
|
+
displayDecimals: 0
|
|
27029
26852
|
},
|
|
27030
26853
|
{
|
|
27031
26854
|
chainId: 8453,
|
|
@@ -27177,6 +27000,16 @@ var tokens$1 = [
|
|
|
27177
27000
|
coinGeckoId: "kelpdao-bridged-rseth-base",
|
|
27178
27001
|
displayDecimals: 6
|
|
27179
27002
|
},
|
|
27003
|
+
{
|
|
27004
|
+
chainId: 8453,
|
|
27005
|
+
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
|
|
27006
|
+
name: "L2 Standard Bridged DAI Base ",
|
|
27007
|
+
symbol: "DAI",
|
|
27008
|
+
decimals: 18,
|
|
27009
|
+
logoUri: "https://assets.coingecko.com/coins/images/39807/original/dai.png?1724126571",
|
|
27010
|
+
coinGeckoId: "l2-standard-bridged-dai-base",
|
|
27011
|
+
displayDecimals: 2
|
|
27012
|
+
},
|
|
27180
27013
|
{
|
|
27181
27014
|
chainId: 8453,
|
|
27182
27015
|
address: "0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
|
|
@@ -27184,7 +27017,8 @@ var tokens$1 = [
|
|
|
27184
27017
|
symbol: "USDT",
|
|
27185
27018
|
decimals: 6,
|
|
27186
27019
|
logoUri: "https://assets.coingecko.com/coins/images/39963/original/usdt.png?1724952731",
|
|
27187
|
-
coinGeckoId: "l2-standard-bridged-usdt-base"
|
|
27020
|
+
coinGeckoId: "l2-standard-bridged-usdt-base",
|
|
27021
|
+
displayDecimals: 2
|
|
27188
27022
|
},
|
|
27189
27023
|
{
|
|
27190
27024
|
chainId: 8453,
|
|
@@ -27244,7 +27078,7 @@ var tokens$1 = [
|
|
|
27244
27078
|
decimals: 18,
|
|
27245
27079
|
logoUri: "https://assets.coingecko.com/coins/images/26133/original/WELL.png?1696525221",
|
|
27246
27080
|
coinGeckoId: "moonwell-artemis",
|
|
27247
|
-
displayDecimals:
|
|
27081
|
+
displayDecimals: 0
|
|
27248
27082
|
},
|
|
27249
27083
|
{
|
|
27250
27084
|
chainId: 8453,
|
|
@@ -27534,7 +27368,7 @@ var tokens$1 = [
|
|
|
27534
27368
|
decimals: 18,
|
|
27535
27369
|
logoUri: "https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",
|
|
27536
27370
|
coinGeckoId: "inception-restaked-steth",
|
|
27537
|
-
displayDecimals:
|
|
27371
|
+
displayDecimals: 6
|
|
27538
27372
|
},
|
|
27539
27373
|
{
|
|
27540
27374
|
chainId: 10,
|
|
@@ -27754,7 +27588,7 @@ var tokens$1 = [
|
|
|
27754
27588
|
decimals: 18,
|
|
27755
27589
|
logoUri: "https://assets.coingecko.com/coins/images/14165/original/Logo200.png?1696513884",
|
|
27756
27590
|
coinGeckoId: "alpaca-finance",
|
|
27757
|
-
displayDecimals:
|
|
27591
|
+
displayDecimals: 0
|
|
27758
27592
|
},
|
|
27759
27593
|
{
|
|
27760
27594
|
chainId: 56,
|
|
@@ -28054,7 +27888,7 @@ var tokens$1 = [
|
|
|
28054
27888
|
decimals: 18,
|
|
28055
27889
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
28056
27890
|
coinGeckoId: "frax-share",
|
|
28057
|
-
displayDecimals:
|
|
27891
|
+
displayDecimals: 2
|
|
28058
27892
|
},
|
|
28059
27893
|
{
|
|
28060
27894
|
chainId: 56,
|
|
@@ -28234,7 +28068,7 @@ var tokens$1 = [
|
|
|
28234
28068
|
decimals: 6,
|
|
28235
28069
|
logoUri: "https://assets.coingecko.com/coins/images/15468/original/NxLfA-LK_400x400.png?1696515114",
|
|
28236
28070
|
coinGeckoId: "tron-bsc",
|
|
28237
|
-
displayDecimals:
|
|
28071
|
+
displayDecimals: 2
|
|
28238
28072
|
},
|
|
28239
28073
|
{
|
|
28240
28074
|
chainId: 56,
|
|
@@ -28512,24 +28346,6 @@ function nextVersion(base, bump) {
|
|
|
28512
28346
|
}
|
|
28513
28347
|
}
|
|
28514
28348
|
|
|
28515
|
-
(function (TokenListTagNames) {
|
|
28516
|
-
// Networks
|
|
28517
|
-
TokenListTagNames["MAINNET"] = "Mainnet";
|
|
28518
|
-
TokenListTagNames["OPTIMISM"] = "Optimism";
|
|
28519
|
-
TokenListTagNames["ARBITRUM"] = "Arbitrum";
|
|
28520
|
-
TokenListTagNames["AVALANCHE"] = "Avalanche";
|
|
28521
|
-
TokenListTagNames["BASE"] = "Base";
|
|
28522
|
-
TokenListTagNames["TESTNET"] = "TESTNET"; // Coin/currency
|
|
28523
|
-
|
|
28524
|
-
TokenListTagNames["STABLECOIN"] = "Stablecoin";
|
|
28525
|
-
TokenListTagNames["USD"] = "USD";
|
|
28526
|
-
TokenListTagNames["EUR"] = "EUR"; // Misc
|
|
28527
|
-
|
|
28528
|
-
TokenListTagNames["TOP_10"] = "Top10";
|
|
28529
|
-
TokenListTagNames["NATIVE_TOKEN"] = "Native Token";
|
|
28530
|
-
TokenListTagNames["WRAPPED"] = "wrapped";
|
|
28531
|
-
})(exports.TokenListTagNames || (exports.TokenListTagNames = {}));
|
|
28532
|
-
|
|
28533
28349
|
var tokenlist = /*#__PURE__*/featuredTokenlist.tokens.concat( //@ts-ignore
|
|
28534
28350
|
generatedTokenlist.tokens);
|
|
28535
28351
|
function getCurveRouterAddress(chainId) {
|