@eth-optimism/tokenlist 8.3.115 → 8.3.116
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/index.d.ts +1 -1
- package/dist/index.js +50 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-934e2dbe.d.ts → optimism.tokenlist-746e9989.d.ts} +50 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +50 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +50 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-08-
|
|
9
|
+
var timestamp = "2023-08-10T19:08:20.518Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -3490,6 +3490,54 @@ var tokens = [
|
|
|
3490
3490
|
opTokenId: "T"
|
|
3491
3491
|
}
|
|
3492
3492
|
},
|
|
3493
|
+
{
|
|
3494
|
+
chainId: 1,
|
|
3495
|
+
address: "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
|
|
3496
|
+
name: "tBTC v2",
|
|
3497
|
+
symbol: "tBTC",
|
|
3498
|
+
decimals: 18,
|
|
3499
|
+
logoURI: "https://ethereum-optimism.github.io/data/tBTC/logo.svg",
|
|
3500
|
+
extensions: {
|
|
3501
|
+
opListId: "extended",
|
|
3502
|
+
opTokenId: "tBTC"
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
chainId: 5,
|
|
3507
|
+
address: "0x679874fBE6D4E7Cc54A59e315FF1eB266686a937",
|
|
3508
|
+
name: "tBTC v2",
|
|
3509
|
+
symbol: "tBTC",
|
|
3510
|
+
decimals: 18,
|
|
3511
|
+
logoURI: "https://ethereum-optimism.github.io/data/tBTC/logo.svg",
|
|
3512
|
+
extensions: {
|
|
3513
|
+
opListId: "extended",
|
|
3514
|
+
opTokenId: "tBTC"
|
|
3515
|
+
}
|
|
3516
|
+
},
|
|
3517
|
+
{
|
|
3518
|
+
chainId: 8453,
|
|
3519
|
+
address: "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
|
|
3520
|
+
name: "Base tBTC v2",
|
|
3521
|
+
symbol: "tBTC",
|
|
3522
|
+
decimals: 18,
|
|
3523
|
+
logoURI: "https://ethereum-optimism.github.io/data/tBTC/logo.svg",
|
|
3524
|
+
extensions: {
|
|
3525
|
+
opListId: "extended",
|
|
3526
|
+
opTokenId: "tBTC"
|
|
3527
|
+
}
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
chainId: 84531,
|
|
3531
|
+
address: "0x783349cd20f26CE12e747b1a17bC38D252c9e119",
|
|
3532
|
+
name: "Base tBTC v2",
|
|
3533
|
+
symbol: "tBTC",
|
|
3534
|
+
decimals: 18,
|
|
3535
|
+
logoURI: "https://ethereum-optimism.github.io/data/tBTC/logo.svg",
|
|
3536
|
+
extensions: {
|
|
3537
|
+
opListId: "extended",
|
|
3538
|
+
opTokenId: "tBTC"
|
|
3539
|
+
}
|
|
3540
|
+
},
|
|
3493
3541
|
{
|
|
3494
3542
|
chainId: 1,
|
|
3495
3543
|
address: "0x8947da500Eb47F82df21143D0C01A29862a8C3c5",
|
|
@@ -4516,7 +4564,7 @@ var tokens = [
|
|
|
4516
4564
|
var version = {
|
|
4517
4565
|
major: 8,
|
|
4518
4566
|
minor: 3,
|
|
4519
|
-
patch:
|
|
4567
|
+
patch: 116
|
|
4520
4568
|
};
|
|
4521
4569
|
var optimism_tokenlist_default = {
|
|
4522
4570
|
name,
|